diff options
author | tpart <tpart120@proton.me> | 2024-09-13 21:57:42 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-13 21:57:42 +0200 |
commit | af815558d1e984dbec8dff12faa815cd924bdb0d (patch) | |
tree | 55a6d2262d718c8da31f5c02e72283557e1f1f9d /client/map/tiles | |
parent | ee1f0e2caa14c2e90f01b2d564208c5cd6b93457 (diff) | |
download | hurrycurry-af815558d1e984dbec8dff12faa815cd924bdb0d.tar hurrycurry-af815558d1e984dbec8dff12faa815cd924bdb0d.tar.bz2 hurrycurry-af815558d1e984dbec8dff12faa815cd924bdb0d.tar.zst |
Add lettuce crate model; Implement tile
Diffstat (limited to 'client/map/tiles')
-rw-r--r-- | client/map/tiles/lettuce_crate.tscn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/client/map/tiles/lettuce_crate.tscn b/client/map/tiles/lettuce_crate.tscn new file mode 100644 index 00000000..922773bf --- /dev/null +++ b/client/map/tiles/lettuce_crate.tscn @@ -0,0 +1,18 @@ +[gd_scene load_steps=3 format=3 uid="uid://brgkq8x5jgxyb"] + +[ext_resource type="PackedScene" uid="uid://xdui0oya4lpb" path="res://map/tiles/crate.tscn" id="1_57wln"] +[ext_resource type="PackedScene" uid="uid://cuf8vwqk6xujk" path="res://map/items/lettuce.tscn" id="3_03evc"] + +[node name="LettuceCrate" instance=ExtResource("1_57wln")] + +[node name="Lettuce" parent="." index="1" instance=ExtResource("3_03evc")] +transform = Transform3D(0.258819, 0, -0.965926, 0, 1, 0, 0.965926, 0, 0.258819, -0.15, 0, -0.15) + +[node name="Lettuce2" parent="." index="2" instance=ExtResource("3_03evc")] +transform = Transform3D(0.939693, 0, -0.34202, 0, 1, 0, 0.34202, 0, 0.939693, 0.15, 0, 0.15) + +[node name="Lettuce3" parent="." index="3" instance=ExtResource("3_03evc")] +transform = Transform3D(0.939693, 0, -0.34202, 0, 1, 0, 0.34202, 0, 0.939693, -0.15, 0.15, 0.15) + +[node name="Lettuce4" parent="." index="4" instance=ExtResource("3_03evc")] +transform = Transform3D(0.939693, 0, -0.34202, 0, 1, 0, 0.34202, 0, 0.939693, 0.15, 0.15, -0.15) |