Added variable argument count to callNode

This commit is contained in:
2022-11-07 05:22:42 +00:00
parent 526efff00c
commit aec5fcab55
6 changed files with 73 additions and 51 deletions

View File

@@ -23,6 +23,7 @@ mapInputEventToKeyUp("character_left", "left"); //event, keysym
mapInputEventToKeyUp("character_down", "down"); //event, keysym
mapInputEventToKeyUp("character_right", "right"); //event, keysym
//this function must always be called, or the engine won't run
initWindow("Airport Game", 800, 600, false);