Block a user
193dcee7d6
Added / Updated Lua Bindings
18791713ab
Changed some Includes
5262d3541f
Fixed Lua error that i forgot after testing
376e63c501
Improved Lua Error Handling: Found Dumb bug where you can trag the Tag Component and break it.
c559d9d18d
Added Manuel Script Reloading
Engine Crashes when changing Tag of an Game Object while Lua script is trying to find game object by tag.
if you do something like this
local player = Engine.GetGameObjectByTag("Player")
then change the name of the entity being looked for
Player
the game engine crashes
Engine Crashes when changing Tag of an Game Object while Lua script is trying to find game object by tag.
740716cc39
Update imgui.ini
acae54d70d
Fixed Loading Overwriting Invalid Values
1a9f9eda39
I am so stupid, how did i not check that the extern was correct............. Please end my life
Implement File Loading and Saving Mechanisms