diff options
| author | nokoe <nokoe@mailbox.org> | 2025-04-06 20:06:40 +0200 |
|---|---|---|
| committer | nokoe <nokoe@mailbox.org> | 2025-04-06 20:07:36 +0200 |
| commit | 803645281ad11353bdbbd0ccf4683f203d9554fa (patch) | |
| tree | e16a2a749f6f952756f100bd3308dd0a08f73d9e /client/map/tiles/house/corner.tscn | |
| parent | c53330bc8aebfa5524f87164b150e3e7b66ae92f (diff) | |
| download | hurrycurry-803645281ad11353bdbbd0ccf4683f203d9554fa.tar hurrycurry-803645281ad11353bdbbd0ccf4683f203d9554fa.tar.bz2 hurrycurry-803645281ad11353bdbbd0ccf4683f203d9554fa.tar.zst | |
house tiles
Diffstat (limited to 'client/map/tiles/house/corner.tscn')
| -rw-r--r-- | client/map/tiles/house/corner.tscn | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/client/map/tiles/house/corner.tscn b/client/map/tiles/house/corner.tscn new file mode 100644 index 00000000..dc2f5c15 --- /dev/null +++ b/client/map/tiles/house/corner.tscn @@ -0,0 +1,20 @@ +[gd_scene load_steps=7 format=3 uid="uid://dyl01w3dwdodh"] + +[ext_resource type="ArrayMesh" uid="uid://qa436i3ovnsa" path="res://map/tiles/house/corner.res" id="1_trrsu"] +[ext_resource type="Material" uid="uid://djepfh3hn45mt" path="res://map/tiles/house/window_glass.tres" id="2_dpdnb"] +[ext_resource type="Material" uid="uid://bnip4xf36u1vv" path="res://map/tiles/house/rooftop.tres" id="3_dpdnb"] +[ext_resource type="Material" uid="uid://dtoltk5uaa2l6" path="res://map/tiles/house/roof.tres" id="3_edb5f"] +[ext_resource type="Material" uid="uid://p1okexdmch4x" path="res://map/tiles/house/wall_color.tres" id="3_x4hec"] +[ext_resource type="Material" uid="uid://c56pgcp4onece" path="res://map/tiles/house/frame.tres" id="4_p1skd"] + +[node name="HouseCorner" type="Node3D"] + +[node name="Mesh" type="MeshInstance3D" parent="."] +transform = Transform3D(5.96244e-09, 0, -0.5, 0, 0.5, 0, 0.5, 0, 5.96244e-09, 0, 0, 0) +mesh = ExtResource("1_trrsu") +skeleton = NodePath("") +surface_material_override/0 = ExtResource("2_dpdnb") +surface_material_override/1 = ExtResource("3_edb5f") +surface_material_override/2 = ExtResource("4_p1skd") +surface_material_override/3 = ExtResource("3_dpdnb") +surface_material_override/4 = ExtResource("3_x4hec") |