feat: started designing monarchist camp locale
This commit is contained in:
parent
8d07ee03fa
commit
80a948686f
21 changed files with 1102 additions and 0 deletions
13
project/level_props/tent.tscn
Normal file
13
project/level_props/tent.tscn
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dkgep77ogr1tv"]
|
||||
|
||||
[ext_resource type="Material" uid="uid://cupy5mpdsngcl" path="res://materials/grids/tent.tres" id="1_yfc7x"]
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_dudpm"]
|
||||
size = Vector3(3, 1.3, 2)
|
||||
|
||||
[node name="Tent" type="Node3D"]
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.658981, 0)
|
||||
material_override = ExtResource("1_yfc7x")
|
||||
mesh = SubResource("BoxMesh_dudpm")
|
||||
Loading…
Add table
Add a link
Reference in a new issue