Initial project created

Added a simple basic template with a player control script and basic collision detection. Ideal coding style guidelines enforced.
This commit is contained in:
Paul Norberger
2020-04-17 19:25:34 +02:00
parent 9df79d57d3
commit f20abb41ef
7 changed files with 202 additions and 0 deletions

7
src/default_env.tres Normal file
View File

@@ -0,0 +1,7 @@
[gd_resource type="Environment" load_steps=2 format=2]
[sub_resource type="ProceduralSky" id=1]
[resource]
background_mode = 2
background_sky = SubResource( 1 )