It is now possible to move gameobjects with Lua

This commit is contained in:
2025-04-11 23:56:13 +02:00
parent 441acbb6c9
commit 8699ea7845
4 changed files with 51 additions and 66 deletions

View File

@@ -11,8 +11,8 @@ src/navmesh.cpp \
src/lua.cpp \
output.o
include third_party/nugget/psyqo/psyqo.mk
include third_party/nugget/psyqo-lua/psyqo-lua.mk
include third_party/nugget/psyqo/psyqo.mk
%.o: %.bin
$(PREFIX)-objcopy -I binary --set-section-alignment .data=4 --rename-section .data=.rodata,alloc,load,readonly,data,contents -O $(FORMAT) -B mips $< $@