Set environment for level 01
This commit is contained in:
parent
8b131831a7
commit
c8dac58d94
3 changed files with 110 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://mlib.meshlib" type="MeshLibrary" id=1]
|
||||
[ext_resource path="res://Player.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://Goal.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://Level_01_env.tres" type="Environment" id=4]
|
||||
|
||||
[node name="Node" type="Node" index="0"]
|
||||
[node name="Level_01" type="Node" index="0"]
|
||||
|
||||
[node name="GridMap" type="GridMap" parent="." index="0"]
|
||||
|
||||
|
@ -51,4 +52,8 @@ transform = Transform( 0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, -2.88637, 2.79728, -2.72
|
|||
|
||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 3, 1 )
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="." index="4"]
|
||||
|
||||
environment = ExtResource( 4 )
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue