Traps updated, Live and Collactables added

This commit is contained in:
Jan Schuffenhauer
2020-04-18 18:56:05 +02:00
parent b0a35659d9
commit dd01067dac
30 changed files with 240 additions and 103 deletions

View File

@@ -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"

View File

@@ -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 )