You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
-Added LocalVector (needed it) -Added stb_rect_pack (It's pretty cool, we could probably use it for other stuff too) -Fixes and changes all around the place -Added library for 128 bits fixed point (required for Delaunay3D)
7 lines
85 B
Python
7 lines
85 B
Python
def can_build(env, platform):
|
|
return env["tools"]
|
|
|
|
|
|
def configure(env):
|
|
pass
|