diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-08-17 15:52:28 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-08-17 15:52:28 +0200 |
| commit | d0ab45df0d87aefdcf5afd70e80eebf697d9cf0e (patch) | |
| tree | e12ec7927430b472eae6a7a0e55d167d7594faf8 /client/map/tiles/flour_crate.tscn | |
| parent | 708cbe2c92b2de53333a293ad4e8b6ba500793d3 (diff) | |
| parent | de807e8cd2186286e235808ec1fc1f753e7748f4 (diff) | |
| download | hurrycurry-d0ab45df0d87aefdcf5afd70e80eebf697d9cf0e.tar hurrycurry-d0ab45df0d87aefdcf5afd70e80eebf697d9cf0e.tar.bz2 hurrycurry-d0ab45df0d87aefdcf5afd70e80eebf697d9cf0e.tar.zst | |
Merge branch 'master' of codeberg.org:hurrycurry/hurrycurry
Diffstat (limited to 'client/map/tiles/flour_crate.tscn')
| -rw-r--r-- | client/map/tiles/flour_crate.tscn | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/client/map/tiles/flour_crate.tscn b/client/map/tiles/flour_crate.tscn new file mode 100644 index 00000000..1e4a7b7d --- /dev/null +++ b/client/map/tiles/flour_crate.tscn @@ -0,0 +1,24 @@ +[gd_scene load_steps=3 format=3 uid="uid://qwk6nih458mh"] + +[ext_resource type="PackedScene" uid="uid://xdui0oya4lpb" path="res://map/tiles/crate.tscn" id="1_7xctt"] +[ext_resource type="PackedScene" uid="uid://dgo8cknr1o6ml" path="res://map/items/flour.tscn" id="2_i5ha0"] + +[node name="FlourCrate" instance=ExtResource("1_7xctt")] + +[node name="Flour" parent="." index="1" instance=ExtResource("2_i5ha0")] +transform = Transform3D(0.990268, 0, -0.139173, 0, 1, 0, 0.139173, 0, 0.990268, 0.25, 0, -0.2) + +[node name="Flour2" parent="." index="2" instance=ExtResource("2_i5ha0")] +transform = Transform3D(0.990268, 0, 0.139173, 0, 1, 0, -0.139173, 0, 0.990268, 0.25, 0, 0.2) + +[node name="Flour3" parent="." index="3" instance=ExtResource("2_i5ha0")] +transform = Transform3D(0.973674, 0, 0.227943, 0, 1, 0, -0.227943, 0, 0.973674, 0, 0, -0.202263) + +[node name="Flour4" parent="." index="4" instance=ExtResource("2_i5ha0")] +transform = Transform3D(0.99525, -0.00903298, -0.0969282, -0.0219365, 0.949266, -0.313707, 0.0948444, 0.314343, 0.94456, 0, 0, 0.106343) + +[node name="Flour5" parent="." index="5" instance=ExtResource("2_i5ha0")] +transform = Transform3D(0.990268, 0, -0.139173, 0, 1, 0, 0.139173, 0, 0.990268, -0.25, 0, -0.2) + +[node name="Flour6" parent="." index="6" instance=ExtResource("2_i5ha0")] +transform = Transform3D(0.997564, 0, 0.0697565, 0, 1, 0, -0.0697565, 0, 0.997564, -0.25, 0, 0.2) |