source: Studio/Levels/Main/Geometry/Wall.tscn@ 315bf24

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