Second Prototype; Added Player Animations
This commit is contained in:
parent
51774f485b
commit
e82438139f
13 changed files with 332 additions and 73 deletions
|
|
@ -1,9 +1,10 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://dgxw2n4ei2ahe"]
|
||||
[gd_scene load_steps=6 format=3 uid="uid://dgxw2n4ei2ahe"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/game/mainGame/main_game.gd" id="1_napbe"]
|
||||
[ext_resource type="PackedScene" uid="uid://0duodsosmfpq" path="res://scenes/game/entities/player/player.tscn" id="3_sjgkj"]
|
||||
[ext_resource type="PackedScene" uid="uid://br7eqr6jomsg4" path="res://scenes/game/map/map.tscn" id="3_vpriv"]
|
||||
[ext_resource type="PackedScene" uid="uid://41ksceqosqq2" path="res://scenes/game/objects/Vase/vase.tscn" id="4_mot7l"]
|
||||
[ext_resource type="PackedScene" uid="uid://sgnp11xty7i1" path="res://scenes/game/collectionArea/collectionArea.tscn" id="5_8c8da"]
|
||||
|
||||
[node name="mainGame" type="Node2D"]
|
||||
script = ExtResource("1_napbe")
|
||||
|
|
@ -18,4 +19,14 @@ y_sort_enabled = false
|
|||
|
||||
[node name="Vase" parent="." instance=ExtResource("4_mot7l")]
|
||||
position = Vector2(32, 24)
|
||||
value = 985
|
||||
|
||||
[node name="Vase2" parent="." instance=ExtResource("4_mot7l")]
|
||||
position = Vector2(-8, 24)
|
||||
|
||||
[node name="StormTimer" type="Timer" parent="."]
|
||||
one_shot = true
|
||||
|
||||
[node name="CollectionArea" parent="." instance=ExtResource("5_8c8da")]
|
||||
position = Vector2(-272, -16)
|
||||
|
||||
[connection signal="timeout" from="StormTimer" to="." method="_on_storm_timer_timeout"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue