sandbox
|
Last change
on this file since f7b09c8 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:
513 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=2]
|
|---|
| 6 | material = ExtResource( 1 )
|
|---|
| 7 | size = Vector3( 40, 12, 1 )
|
|---|
| 8 |
|
|---|
| 9 | [sub_resource type="BoxShape" id=4]
|
|---|
| 10 | extents = Vector3( 20, 6, 0.5 )
|
|---|
| 11 |
|
|---|
| 12 | [node name="Wall" type="MeshInstance"]
|
|---|
| 13 | mesh = SubResource( 2 )
|
|---|
| 14 | material/0 = null
|
|---|
| 15 |
|
|---|
| 16 | [node name="StaticBody" type="StaticBody" parent="."]
|
|---|
| 17 |
|
|---|
| 18 | [node name="CollisionShape" type="CollisionShape" parent="StaticBody"]
|
|---|
| 19 | shape = SubResource( 4 )
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.