diff options
author | nokoe <nokoe@mailbox.org> | 2024-08-13 14:14:01 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-08-13 14:26:50 +0200 |
commit | 84a96522aad9970d6ade4849f865d4e66e448f3d (patch) | |
tree | 4b1653d9f62524833e33300b0ad81465d2025f3c /client/map/tiles/rice_crate.tscn | |
parent | ebf97951b163a52f9969097f76dbeab1272a4d2c (diff) | |
download | hurrycurry-84a96522aad9970d6ade4849f865d4e66e448f3d.tar hurrycurry-84a96522aad9970d6ade4849f865d4e66e448f3d.tar.bz2 hurrycurry-84a96522aad9970d6ade4849f865d4e66e448f3d.tar.zst |
add rice models
Diffstat (limited to 'client/map/tiles/rice_crate.tscn')
-rw-r--r-- | client/map/tiles/rice_crate.tscn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/map/tiles/rice_crate.tscn b/client/map/tiles/rice_crate.tscn new file mode 100644 index 00000000..72c6c540 --- /dev/null +++ b/client/map/tiles/rice_crate.tscn @@ -0,0 +1,9 @@ +[gd_scene load_steps=3 format=3 uid="uid://bk0jvgj6xg23d"] + +[ext_resource type="PackedScene" uid="uid://xdui0oya4lpb" path="res://map/tiles/crate.tscn" id="1_wfea8"] +[ext_resource type="PackedScene" uid="uid://rs4b17lp80cx" path="res://map/items/rice.tscn" id="2_fbw0j"] + +[node name="RiceCrate" instance=ExtResource("1_wfea8")] + +[node name="Rice" parent="." index="1" instance=ExtResource("2_fbw0j")] +transform = Transform3D(3, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0) |