-
Notifications
You must be signed in to change notification settings - Fork 18
General Coding Tips
Valk edited this page Nov 10, 2022
·
1 revision
ℹ️ Try making use of
Print()
andPrintFull()
. For exampleLogger.Log(myArray.Print())
orLogger.Log(this.PrintFull())
, try it out!
ℹ️ There is an in-game console you can bring up with
F12
. Typehelp
to view a list of all the commands. You can program any of these commands within their respective scripts located underres://Scripts/UI/Console/Commands
ℹ️ To suppress the rcedit warning when exporting the game download rcedit and link the executable to
Godot > Editor > Editor Settings > Export > Windows > Rcedit