40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
[gd_scene load_steps=7 format=2]
|
|
|
|
[ext_resource path="res://art/lever.png" type="Texture" id=1]
|
|
[ext_resource path="res://Music and Fonts(Misc.)/m5x7.tres" type="DynamicFontData" id=2]
|
|
[ext_resource path="res://objects/Lever.gd" type="Script" id=3]
|
|
[ext_resource path="res://Sound Effects/Lever_Pull.wav" type="AudioStream" id=4]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
font_data = ExtResource( 2 )
|
|
|
|
[sub_resource type="CircleShape2D" id=2]
|
|
radius = 21.0238
|
|
|
|
[node name="Lever" type="Sprite"]
|
|
position = Vector2( 0, -8 )
|
|
texture = ExtResource( 1 )
|
|
hframes = 2
|
|
script = ExtResource( 3 )
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_left = -39.0
|
|
margin_top = -31.0
|
|
margin_right = 39.0
|
|
margin_bottom = -17.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "F to Interact"
|
|
align = 1
|
|
valign = 1
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
shape = SubResource( 2 )
|
|
|
|
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
|
|
stream = ExtResource( 4 )
|