Commit Graph

5 Commits

Author SHA1 Message Date
Hugo Locurcio bac1e69164 Use static typing in all demos (#1063)
This leads to code that is easier to understand and runs
faster thanks to GDScript's typed instructions.

The untyped declaration warning is now enabled on all projects
where type hints were added. All projects currently run without
any untyped declration warnings.

Dodge the Creeps and Squash the Creeps demos intentionally don't
use type hints to match the documentation, where type hints haven't
been adopted yet (given its beginner focus).
2024-06-01 12:12:18 +02:00
Jonathan Nicholl 095beddcb9 Update loading demos for 4.0 (#776) 2022-12-13 16:51:04 +01:00
Jonathan Nicholl 02c6a268c3 Update loading in a thread demo 2022-06-23 11:50:59 -04:00
Aaron Franke bbe50fc9da Convert demos to Godot 4 using regular expressions in a script 2022-03-26 16:09:10 -05:00
Aaron Franke 04d86775da Move loading demos to their own folder 2020-01-28 14:19:42 -05:00