Add design info to the repo, that seems useful. Mainly because I now have images in there that I want in the game.

This commit is contained in:
2025-07-09 18:12:41 +10:00
parent be986c1d26
commit 2838655c47
39 changed files with 227 additions and 1 deletions

2
SConstruct Normal file → Executable file
View File

@@ -2,7 +2,7 @@
import os
import sys
env = SConscript("godot-cpp/SConstruct")
env = SConscript("/home/wisknort/tinker/godot-cpp/SConstruct")
# For reference:
# - CCFLAGS are compilation flags shared between C and C++