mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
28 lines
749 B
Text
28 lines
749 B
Text
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://card.gd" type="Script" id=1]
|
||
|
|
||
|
[sub_resource type="RectangleShape2D" id=1]
|
||
|
extents = Vector2( 105.74, 143.46 )
|
||
|
|
||
|
[node name="Card" type="Node2D"]
|
||
|
script = ExtResource( 1 )
|
||
|
|
||
|
[node name="KinematicBody2D" type="KinematicBody2D" parent="."]
|
||
|
position = Vector2( 536.216, 510.56 )
|
||
|
input_pickable = true
|
||
|
|
||
|
[node name="Panel" type="Panel" parent="KinematicBody2D"]
|
||
|
visible = false
|
||
|
margin_left = -104.0
|
||
|
margin_top = -143.0
|
||
|
margin_right = 106.0
|
||
|
margin_bottom = 141.0
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="KinematicBody2D"]
|
||
|
shape = SubResource( 1 )
|
||
|
[connection signal="input_event" from="KinematicBody2D" to="." method="_input_event"]
|