add pressure plate
This commit is contained in:
parent
3a66839841
commit
9432084b53
9 changed files with 275 additions and 26 deletions
|
@ -3,6 +3,21 @@
|
|||
[ext_resource type="Script" path="res://scripts/goal.gd" id="1_xjaxa"]
|
||||
[ext_resource type="Texture2D" uid="uid://bje753fyfin0" path="res://textures/01-Portal-Sheet.png" id="2_hsts4"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_v2oub"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Sprite2D:frame_coords")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [Vector2i(0, 0)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_a6qt0"]
|
||||
resource_name = "portal"
|
||||
length = 0.55
|
||||
|
@ -20,21 +35,6 @@ tracks/0/keys = {
|
|||
"values": [Vector2i(0, 0), Vector2i(1, 0), Vector2i(2, 0), Vector2i(3, 0), Vector2i(4, 0), Vector2i(5, 0), Vector2i(6, 0), Vector2i(7, 0)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_v2oub"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Sprite2D:frame_coords")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [Vector2i(0, 0)]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_4pqp1"]
|
||||
_data = {
|
||||
"RESET": SubResource("Animation_v2oub"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue