Animals
This commit is contained in:
parent
e1797e1062
commit
c4961da0dc
18
Menu.tscn
18
Menu.tscn
@ -3,8 +3,8 @@
|
||||
[ext_resource type="Script" path="res://scripts/gui/menu.gd" id="1_88exu"]
|
||||
[ext_resource type="Texture2D" uid="uid://bkwi6yurko7gm" path="res://assets/texture/sol_gamejam_fleurs.png" id="1_t32ec"]
|
||||
[ext_resource type="Texture2D" uid="uid://24ift4wt1h2h" path="res://assets/plants/evolution2.1.png" id="2_b6wtb"]
|
||||
[ext_resource type="Texture2D" uid="uid://cxbv1inffa2bq" path="res://assets/plants/abre1.png" id="3_xkq6i"]
|
||||
[ext_resource type="Texture2D" uid="uid://34v3ub405uwp" path="res://assets/plants/evolution2.3.png" id="4_4gpyw"]
|
||||
[ext_resource type="Texture2D" uid="uid://rc3mom584tm8" path="res://assets/plants/arbre5.png" id="4_nalxd"]
|
||||
[ext_resource type="Texture2D" uid="uid://damy6xcp3jd0s" path="res://assets/plants/herbe1.png" id="5_ismvq"]
|
||||
[ext_resource type="Texture2D" uid="uid://be2g1u7d8lwc8" path="res://assets/plants/herbe4.png" id="6_4qsad"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8rmpitmxeobx" path="res://assets/plants/herbe8.png" id="7_xxlvc"]
|
||||
@ -160,7 +160,7 @@ expand_mode = 2
|
||||
stretch_mode = 4
|
||||
|
||||
[node name="Evolution2_1" type="Sprite2D" parent="."]
|
||||
position = Vector2(859, 359)
|
||||
position = Vector2(85, 558)
|
||||
scale = Vector2(0.256, 0.256)
|
||||
texture = ExtResource("2_b6wtb")
|
||||
|
||||
@ -170,9 +170,9 @@ scale = Vector2(0.456177, 0.456177)
|
||||
texture = SubResource("GradientTexture2D_h0k83")
|
||||
|
||||
[node name="Abre1" type="Sprite2D" parent="."]
|
||||
position = Vector2(766, 286)
|
||||
scale = Vector2(0.385833, 0.385833)
|
||||
texture = ExtResource("3_xkq6i")
|
||||
position = Vector2(906, 271)
|
||||
scale = Vector2(0.38, 0.38)
|
||||
texture = ExtResource("4_nalxd")
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2(616, 312)
|
||||
@ -182,22 +182,22 @@ animation = &"Walk"
|
||||
autoplay = "Walk"
|
||||
|
||||
[node name="Evolution2_3" type="Sprite2D" parent="."]
|
||||
position = Vector2(570, 485)
|
||||
position = Vector2(561, 479)
|
||||
scale = Vector2(0.242, 0.242)
|
||||
texture = ExtResource("4_4gpyw")
|
||||
|
||||
[node name="Herbe1" type="Sprite2D" parent="."]
|
||||
position = Vector2(876.5, 498.5)
|
||||
position = Vector2(1061, 411)
|
||||
scale = Vector2(0.275, 0.275)
|
||||
texture = ExtResource("5_ismvq")
|
||||
|
||||
[node name="Herbe4" type="Sprite2D" parent="."]
|
||||
position = Vector2(593, 364)
|
||||
position = Vector2(521, 331)
|
||||
scale = Vector2(0.1525, 0.1525)
|
||||
texture = ExtResource("6_4qsad")
|
||||
|
||||
[node name="Herbe8" type="Sprite2D" parent="."]
|
||||
position = Vector2(798, 528)
|
||||
position = Vector2(722, 464)
|
||||
scale = Vector2(0.2125, 0.2125)
|
||||
texture = ExtResource("7_xxlvc")
|
||||
|
||||
|
||||
@ -309,7 +309,7 @@ font_size = 21
|
||||
|
||||
[node name="Animal" type="Node2D"]
|
||||
script = ExtResource("1_bjim0")
|
||||
n_plant_needed = 1
|
||||
n_plant_needed = 8
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
modulate = Color(0.529067, 0.529067, 0.529067, 1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user