Balance radius now draws!

This commit is contained in:
2025-07-25 19:09:50 +10:00
parent 11355db87a
commit 27c877d586
14 changed files with 171 additions and 13 deletions

View File

@@ -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"))