mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-14 06:22:22 +02:00
Now working Textbox
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="WallSprite" type="Sprite" parent="."]
|
||||
position = Vector2( 352, 184 )
|
||||
position = Vector2( 357.587, 175.62 )
|
||||
texture = ExtResource( 4 )
|
||||
region_enabled = true
|
||||
region_rect = Rect2( 0, 0, 1280, 720 )
|
||||
@@ -121,31 +121,19 @@ position = Vector2( -107.855, 73.4821 )
|
||||
[node name="Player" parent="YSort" instance=ExtResource( 1 )]
|
||||
position = Vector2( 96, -69.5179 )
|
||||
scale = Vector2( 2, 2 )
|
||||
debug = true
|
||||
FRICTION = 200
|
||||
|
||||
[node name="Bonfire" parent="." instance=ExtResource( 7 )]
|
||||
position = Vector2( 448, 104 )
|
||||
[node name="Bonfire" parent="YSort" instance=ExtResource( 7 )]
|
||||
position = Vector2( 296, -16 )
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="DragNDropUI" parent="CanvasLayer" instance=ExtResource( 20 )]
|
||||
ObjectParent = NodePath("../..")
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="CanvasLayer"]
|
||||
anchor_right = 1.002
|
||||
anchor_bottom = 0.068
|
||||
margin_top = 9.0
|
||||
margin_right = 0.0399475
|
||||
margin_bottom = 44.64
|
||||
use_top_left = true
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="DialogueBox" parent="CanvasLayer/CenterContainer" instance=ExtResource( 19 )]
|
||||
anchor_right = 0.0
|
||||
[node name="DialogueBox" parent="CanvasLayer" instance=ExtResource( 19 )]
|
||||
anchor_bottom = 0.0
|
||||
margin_bottom = 31.0
|
||||
|
||||
[editable path="YSort/minion"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user