1
Fork 0
mirror of https://github.com/Cookie-CHR/OfficeMadness-LD51.git synced 2024-11-21 22:34:19 +00:00
office-madness/Sprites/Draggable.tscn

21 lines
613 B
Text
Raw Permalink Normal View History

2022-10-02 22:44:58 +00:00
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Scripts/Drag.gd" type="Script" id=1]
[ext_resource path="res://Sprites/No_virus.png" type="Texture" id=2]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 36, 39.5 )
[node name="KinematicBody2D" type="KinematicBody2D"]
input_pickable = true
script = ExtResource( 1 )
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 2 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( -1, -0.5 )
shape = SubResource( 1 )
[connection signal="input_event" from="." to="." method="_input_event"]