Files
wrplat-godot/objects/animation/frames/jumpPoint.tres
qwsdcvghyu89 d549edbf15
Release / Export Game (push) Successful in 1m58s
Added a tiny bit of air control and a turnback jump trick.
2026-06-11 20:48:48 +10:00

47 lines
1.2 KiB
Plaintext

[gd_resource type="SpriteFrames" format=3 uid="uid://trcnb1ubmx5e"]
[ext_resource type="Texture2D" uid="uid://wli5w6t8y6se" path="res://sprites/atlas/jump_point_radiates.png" id="1_3yoq3"]
[sub_resource type="AtlasTexture" id="AtlasTexture_aokl3"]
atlas = ExtResource("1_3yoq3")
region = Rect2(0, 32, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_xd81c"]
atlas = ExtResource("1_3yoq3")
region = Rect2(0, 64, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_u618n"]
atlas = ExtResource("1_3yoq3")
region = Rect2(0, 96, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_twrqh"]
atlas = ExtResource("1_3yoq3")
region = Rect2(32, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_vrk17"]
atlas = ExtResource("1_3yoq3")
region = Rect2(0, 0, 32, 32)
[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_aokl3")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_xd81c")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_u618n")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_twrqh")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_vrk17")
}],
"loop": true,
"name": &"default",
"speed": 16.0
}]