add pressure plate
This commit is contained in:
parent
3a66839841
commit
9432084b53
9 changed files with 275 additions and 26 deletions
89
gmtk_2024/objects/Pre676A.tmp
Normal file
89
gmtk_2024/objects/Pre676A.tmp
Normal file
|
@ -0,0 +1,89 @@
|
|||
[gd_scene load_steps=9 format=3 uid="uid://c6g2f7tm7iasr"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/PressurePlate.gd" id="1_7ar3x"]
|
||||
[ext_resource type="Texture2D" uid="uid://cwf57p0osmc0w" path="res://textures/PressurePlate.png" id="1_st48m"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_82l2r"]
|
||||
size = Vector2(32, 3.5)
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_c6ukx"]
|
||||
size = Vector2(24, 4)
|
||||
|
||||
[sub_resource type="Animation" id="Animation_fulu2"]
|
||||
resource_name = "Disable"
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Sprite2D:frame")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [1]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_7ggr5"]
|
||||
length = 0.001
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Sprite2D:frame")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [1]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_xxdm0"]
|
||||
resource_name = "Enable"
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Sprite2D:frame")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 1,
|
||||
"values": [0]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_usrhb"]
|
||||
_data = {
|
||||
"Disable": SubResource("Animation_fulu2"),
|
||||
"Enable": SubResource("Animation_xxdm0"),
|
||||
"RESET": SubResource("Animation_7ggr5")
|
||||
}
|
||||
|
||||
[node name="StaticBody2D" type="StaticBody2D"]
|
||||
script = ExtResource("1_7ar3x")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(0, 13.75)
|
||||
shape = SubResource("RectangleShape2D_82l2r")
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="."]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
||||
position = Vector2(0, 10)
|
||||
shape = SubResource("RectangleShape2D_c6ukx")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_st48m")
|
||||
hframes = 2
|
||||
frame = 1
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_usrhb")
|
||||
}
|
||||
autoplay = "Disable"
|
||||
|
||||
[connection signal="body_entered" from="Area2D" to="." method="_on_area_2d_body_entered"]
|
||||
[connection signal="body_exited" from="Area2D" to="." method="_on_area_2d_body_exited"]
|
Loading…
Add table
Add a link
Reference in a new issue