sandbox
Last change
on this file since 315bf24 was f7b09c8, checked in by Kevin Chapman <victory2b@…>, 4 years ago |
First Draft of world test with working movement and loading screen.
|
-
Property mode
set to
100644
|
File size:
518 bytes
|
Line | |
---|
1 | [gd_scene load_steps=4 format=2]
|
---|
2 |
|
---|
3 | [ext_resource path="res://Levels/Main/Materials/M_Dark.tres" type="Material" id=1]
|
---|
4 |
|
---|
5 | [sub_resource type="CubeMesh" id=1]
|
---|
6 | material = ExtResource( 1 )
|
---|
7 | size = Vector3( 40, 0.5, 40 )
|
---|
8 |
|
---|
9 | [sub_resource type="BoxShape" id=3]
|
---|
10 | extents = Vector3( 20, 0.25, 20 )
|
---|
11 |
|
---|
12 | [node name="Floor" type="MeshInstance"]
|
---|
13 | mesh = SubResource( 1 )
|
---|
14 | material/0 = null
|
---|
15 |
|
---|
16 | [node name="StaticBody" type="StaticBody" parent="."]
|
---|
17 |
|
---|
18 | [node name="CollisionShape" type="CollisionShape" parent="StaticBody"]
|
---|
19 | shape = SubResource( 3 )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.