setup basic godot-cpp example project

This commit is contained in:
2023-03-11 14:23:29 +01:00
parent 9f4b0429e1
commit 9ba29f9077
18 changed files with 981 additions and 0 deletions

7
demo/default_env.tres Normal file
View File

@@ -0,0 +1,7 @@
[gd_resource type="Environment" load_steps=2 format=3 uid="uid://dtd3q2x2ulcsi"]
[sub_resource type="Sky" id="1"]
[resource]
background_mode = 2
sky = SubResource("1")