mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-12 13:32:23 +02:00
Traps updated, Live and Collactables added
This commit is contained in:
@@ -12,6 +12,9 @@ __meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="DragSource" parent="." instance=ExtResource( 1 )]
|
||||
|
||||
[node name="DragSink" parent="." instance=ExtResource( 2 )]
|
||||
margin_left = 1.19746
|
||||
margin_right = 1.19745
|
||||
|
||||
[node name="DragSource" parent="." instance=ExtResource( 1 )]
|
||||
PreviewIcon = "res://icon.png"
|
||||
|
||||
@@ -45,10 +45,10 @@ func get_resized_texture(t: Texture, width: int = 0, height: int = 0):
|
||||
"
|
||||
|
||||
[node name="DragSource" type="TextureRect"]
|
||||
margin_left = 8.34148
|
||||
margin_top = 147.561
|
||||
margin_right = 40.3415
|
||||
margin_bottom = 179.561
|
||||
margin_left = 10.7364
|
||||
margin_top = 227.792
|
||||
margin_right = 42.7364
|
||||
margin_bottom = 259.792
|
||||
texture = ExtResource( 1 )
|
||||
expand = true
|
||||
script = SubResource( 1 )
|
||||
|
||||
Reference in New Issue
Block a user