Hugo Locurcio
2a962929f3
Update demo files for Godot 4.2.1 ( #1013 )
...
All demos were opened with Godot 4.2.1, with the mesh format
upgraded for 3D demos.
The 3D antialiasing demo now uses Extra Cull Margin on the last
object to prevent it from disappearing too early when the camera
rotates (due to its use of shader-based animation).
2024-02-01 17:30:08 +01:00
Hugo Locurcio
a2557fce51
Add a run-time saving/loading demo project
...
This is useful to load user-generated content without requiring users
to create a PCK file for it.
2023-11-03 16:12:14 +01:00
MotH
0a84347d11
Sorted tags
2023-06-28 21:27:10 +02:00
Hugo Locurcio
18c76b6dae
Add tags to all demo projects
...
This makes sorting them in the project manager easier, as you can
click tags in the project manager to filter to a specific tag.
2023-06-26 18:03:50 +02:00
Hugo Locurcio
63d1cd9a60
Use 128×128 WebP icons for all demos ( #885 )
2023-03-29 18:59:57 +02:00
InfiniteProductions
4e27134403
fix a warning on Stringify call
...
The function 'stringify()' is a static function but was called from an instance. Instead, it should be directly called from the type: 'JSON.stringify()'.<GDScript Error>STATIC_CALLED_ON_INSTANCE
<GDScript Source>save_load_json.gd:37
2023-03-06 10:46:53 +01:00
Hugo Locurcio
1d5184e235
Update most demos for Godot 4.0.beta10 ( #782 )
2023-01-05 16:50:17 +01:00
Jonathan Nicholl
095beddcb9
Update loading demos for 4.0 ( #776 )
2022-12-13 16:51:04 +01: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
b7e0a470c7
Update demos to Godot 3.4
2021-11-05 11:48:47 -05:00
Aaron Franke
7d64830cfe
Ensure most demos have descriptions and screenshots
2021-08-16 21:13:06 -05:00
Aaron Franke
814909538f
Update projects to Godot 3.3
2021-04-21 19:17:12 -04:00
Aaron Franke
8a0824a948
Add links to the Asset Library after release 3.2-5c154da
...
Also expand the CODEOWNERS file
2021-03-12 00:32:11 -05:00
Aaron Franke
0d9c0d15c6
Move Saving and Loading demo to Loading category
2020-12-28 14:00:04 -06:00