oh-my-git/scenes/item.tscn
bleeptrack abbfc4f1d6 drag and drop files between invetory and world
caution: breaks card drag and drop
2020-11-24 17:34:46 +01:00

33 lines
916 B
Plaintext

[gd_scene load_steps=5 format=2]
[ext_resource path="res://nodes/head.svg" type="Texture" id=1]
[ext_resource path="res://fonts/default.tres" type="DynamicFont" id=2]
[ext_resource path="res://scenes/item.gd" type="Script" id=3]
[ext_resource path="res://scenes/drop_area.tscn" type="PackedScene" id=4]
[node name="Item" type="Node2D"]
z_index = 10
script = ExtResource( 3 )
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 0.763641, 1.03008 )
scale = Vector2( 0.700258, 0.700258 )
texture = ExtResource( 1 )
[node name="Label" type="Label" parent="."]
margin_left = -63.2723
margin_top = 42.4548
margin_right = 62.7277
margin_bottom = 71.4548
custom_fonts/font = ExtResource( 2 )
text = "you"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Status" type="Sprite" parent="."]
position = Vector2( 34.3633, -34.3633 )
[node name="DropArea" parent="." instance=ExtResource( 4 )]