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:
437 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 |
|
|---|
| 7 | [sub_resource type="BoxShape" id=2]
|
|---|
| 8 |
|
|---|
| 9 | [node name="Cube" type="MeshInstance"]
|
|---|
| 10 | mesh = SubResource( 1 )
|
|---|
| 11 | material/0 = ExtResource( 1 )
|
|---|
| 12 |
|
|---|
| 13 | [node name="StaticBody" type="StaticBody" parent="."]
|
|---|
| 14 |
|
|---|
| 15 | [node name="CollisionShape" type="CollisionShape" parent="StaticBody"]
|
|---|
| 16 | shape = SubResource( 2 )
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.