Balance radius now draws!
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
import os
|
||||
import sys
|
||||
try: perth=open("godot-cpp-path").read()
|
||||
try: perth=open("godot-cpp-path").readline()[:-1] # FUCK OFF \n
|
||||
except FileNotFoundError: perth="godot-cpp"
|
||||
env = SConscript(os.path.join(perth,"SConstruct"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user