LD56 is over. This is the game.

This commit is contained in:
Douwe Ravers
2024-10-07 02:28:14 +02:00
parent 4c0c57d5ba
commit af7a46cd23
183 changed files with 20357 additions and 442 deletions

View File

@@ -0,0 +1,32 @@
[gd_scene load_steps=5 format=3 uid="uid://kslywe6neejo"]
[ext_resource type="Script" path="res://entities/resources/collectable_resource.gd" id="1_ybx4f"]
[ext_resource type="PackedScene" uid="uid://rheyik3n6qia" path="res://assets/fbx/rock.fbx" id="2_uwrg3"]
[ext_resource type="Texture2D" uid="uid://iftvude25iw" path="res://assets/textures/icons/stoneicon.png" id="3_uq1d7"]
[sub_resource type="SphereShape3D" id="SphereShape3D_2ifhi"]
radius = 1.9217
[node name="StoneResource" type="StaticBody3D" groups=["NavmeshTargets"]]
script = ExtResource("1_ybx4f")
type = 1
[node name="Timer" type="Timer" parent="."]
autostart = true
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.845515, 0)
shape = SubResource("SphereShape3D_2ifhi")
[node name="rock" parent="." instance=ExtResource("2_uwrg3")]
transform = Transform3D(0.97435, -0.225036, 0, 0.225036, 0.97435, 0, 0, 0, 1, 0.497189, 0.726997, -2.5003)
[node name="Sprite3D2" type="Sprite3D" parent="."]
transform = Transform3D(5, 0, 0, 0, 5, 0, 0, 0, 5, 0, 20, 0)
layers = 2
billboard = 1
texture = ExtResource("3_uq1d7")
[connection signal="timeout" from="Timer" to="." method="_on_tick"]
[editable path="rock"]