animals
This commit is contained in:
@@ -1,30 +1,20 @@
|
||||
[gd_resource type="Resource" script_class="PlantType" load_steps=9 format=3 uid="uid://bgi2lo7kb3d2v"]
|
||||
[gd_resource type="Resource" script_class="PlantType" load_steps=8 format=3 uid="uid://bgi2lo7kb3d2v"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/plant_type.gd" id="1_i8xe4"]
|
||||
[ext_resource type="Texture2D" uid="uid://b3kjaw1hajc6s" path="res://assets/grille_seeds.png" id="2_4rpny"]
|
||||
[ext_resource type="Texture2D" uid="uid://r1bq2tgt1yxf" path="res://assets/gamejam_plantes_props1.png" id="2_gaemm"]
|
||||
[ext_resource type="Texture2D" uid="uid://hkcjtfch0kub" path="res://assets/plants/evolution1.png" id="3_5jw8q"]
|
||||
[ext_resource type="Texture2D" uid="uid://24ift4wt1h2h" path="res://assets/plants/evolution2.1.png" id="4_1u64t"]
|
||||
[ext_resource type="Texture2D" uid="uid://d0xlqgttxwkgh" path="res://assets/plants/evolution2.png" id="5_2ybgr"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_1lwna"]
|
||||
atlas = ExtResource("2_4rpny")
|
||||
region = Rect2(0, 0, 270, 270)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_fxqnu"]
|
||||
atlas = ExtResource("2_gaemm")
|
||||
region = Rect2(1920, 1620, 320, 540)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_sjq1e"]
|
||||
atlas = ExtResource("2_gaemm")
|
||||
region = Rect2(320, 1080, 320, 540)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_jsm3j"]
|
||||
atlas = ExtResource("2_gaemm")
|
||||
region = Rect2(0, 1080, 320, 540)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_fxtnk"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_fxqnu")
|
||||
"texture": ExtResource("3_5jw8q")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"DEAD",
|
||||
@@ -32,7 +22,7 @@ animations = [{
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_sjq1e")
|
||||
"texture": ExtResource("4_1u64t")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"GROWN",
|
||||
@@ -40,7 +30,7 @@ animations = [{
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_jsm3j")
|
||||
"texture": ExtResource("5_2ybgr")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"SAPLING",
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
[ext_resource type="Script" path="res://scripts/plant_type.gd" id="1_meppe"]
|
||||
[ext_resource type="Texture2D" uid="uid://r1bq2tgt1yxf" path="res://assets/gamejam_plantes_props1.png" id="2_jkmk8"]
|
||||
[ext_resource type="Texture2D" uid="uid://b3kjaw1hajc6s" path="res://assets/grille_seeds.png" id="2_m81be"]
|
||||
[ext_resource type="Texture2D" uid="uid://dwm660gppiset" path="res://assets/plants/abre2.png" id="4_1v11a"]
|
||||
[ext_resource type="Texture2D" uid="uid://d02mdx460lfgm" path="res://assets/plants/evolution2.4.png" id="5_d75nd"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_bqj8q"]
|
||||
atlas = ExtResource("2_m81be")
|
||||
@@ -12,14 +14,6 @@ region = Rect2(270, 0, 270, 270)
|
||||
atlas = ExtResource("2_jkmk8")
|
||||
region = Rect2(2880, 1080, 320, 540)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_7r8et"]
|
||||
atlas = ExtResource("2_jkmk8")
|
||||
region = Rect2(2880, 540, 320, 540)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_oy8ng"]
|
||||
atlas = ExtResource("2_jkmk8")
|
||||
region = Rect2(3200, 0, 320, 540)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_shufc"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
@@ -32,7 +26,7 @@ animations = [{
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_7r8et")
|
||||
"texture": ExtResource("4_1v11a")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"GROWN",
|
||||
@@ -40,7 +34,7 @@ animations = [{
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_oy8ng")
|
||||
"texture": ExtResource("5_d75nd")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"SAPLING",
|
||||
|
||||
@@ -1,30 +1,20 @@
|
||||
[gd_resource type="Resource" script_class="PlantType" load_steps=9 format=3 uid="uid://dnahox31xqy6l"]
|
||||
[gd_resource type="Resource" script_class="PlantType" load_steps=8 format=3 uid="uid://dnahox31xqy6l"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/plant_type.gd" id="1_mhtmv"]
|
||||
[ext_resource type="Texture2D" uid="uid://r1bq2tgt1yxf" path="res://assets/gamejam_plantes_props1.png" id="2_gcjog"]
|
||||
[ext_resource type="Texture2D" uid="uid://b3kjaw1hajc6s" path="res://assets/grille_seeds.png" id="2_od2qm"]
|
||||
[ext_resource type="Texture2D" uid="uid://jmyn1g18nyql" path="res://assets/plants/evolution1.2.png" id="3_n58s0"]
|
||||
[ext_resource type="Texture2D" uid="uid://br1olfut3p0tx" path="res://assets/plants/evolution1.1.png" id="4_ulvmw"]
|
||||
[ext_resource type="Texture2D" uid="uid://hkcjtfch0kub" path="res://assets/plants/evolution1.png" id="5_6gtba"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_dkacp"]
|
||||
atlas = ExtResource("2_od2qm")
|
||||
region = Rect2(540, 0, 270, 270)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_ncq3n"]
|
||||
atlas = ExtResource("2_gcjog")
|
||||
region = Rect2(0, 540, 320, 540)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_slfxf"]
|
||||
atlas = ExtResource("2_gcjog")
|
||||
region = Rect2(1280, 1080, 320, 540)
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_gsxj4"]
|
||||
atlas = ExtResource("2_gcjog")
|
||||
region = Rect2(2240, 0, 320, 540)
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_d15np"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_ncq3n")
|
||||
"texture": ExtResource("3_n58s0")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"DEAD",
|
||||
@@ -32,7 +22,7 @@ animations = [{
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_slfxf")
|
||||
"texture": ExtResource("4_ulvmw")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"GROWN",
|
||||
@@ -40,7 +30,7 @@ animations = [{
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": SubResource("AtlasTexture_gsxj4")
|
||||
"texture": ExtResource("5_6gtba")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"SAPLING",
|
||||
|
||||
Reference in New Issue
Block a user