Fixed unresolved merge conflicts
This commit is contained in:
parent
658bad4ddf
commit
be32ae730c
@ -1,4 +1,3 @@
|
|||||||
<<<<<<< HEAD
|
|
||||||
extends TouchScreenButton
|
extends TouchScreenButton
|
||||||
|
|
||||||
#func _input(always):
|
#func _input(always):
|
||||||
@ -6,12 +5,10 @@ func _physics_process(delta):
|
|||||||
if Input.is_action_pressed("move_left") and Input.is_action_pressed("move_right"):
|
if Input.is_action_pressed("move_left") and Input.is_action_pressed("move_right"):
|
||||||
show()
|
show()
|
||||||
elif Input.is_action_pressed("ui_end"):
|
elif Input.is_action_pressed("ui_end"):
|
||||||
hide();
|
hide()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||||
#func _process(delta):
|
#func _process(delta):
|
||||||
# pass
|
# pass
|
||||||
=======
|
|
||||||
>>>>>>> 9841ce41a7dbf89828d925e42afe78aa918fe9de
|
|
||||||
|
@ -20,11 +20,7 @@ compress/hdr_mode=0
|
|||||||
compress/bptc_ldr=0
|
compress/bptc_ldr=0
|
||||||
compress/normal_map=0
|
compress/normal_map=0
|
||||||
flags/repeat=0
|
flags/repeat=0
|
||||||
<<<<<<< HEAD
|
|
||||||
flags/filter=false
|
|
||||||
=======
|
|
||||||
flags/filter=true
|
flags/filter=true
|
||||||
>>>>>>> 9841ce41a7dbf89828d925e42afe78aa918fe9de
|
|
||||||
flags/mipmaps=false
|
flags/mipmaps=false
|
||||||
flags/anisotropic=false
|
flags/anisotropic=false
|
||||||
flags/srgb=2
|
flags/srgb=2
|
||||||
|
@ -59,7 +59,6 @@ script = ExtResource( 16 )
|
|||||||
[node name="Interactive" type="Node2D" parent="Camera2D"]
|
[node name="Interactive" type="Node2D" parent="Camera2D"]
|
||||||
position = Vector2( -705.297, -1197.88 )
|
position = Vector2( -705.297, -1197.88 )
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
[node name="MiscButtons" type="TouchScreenButton" parent="Camera2D/Interactive"]
|
[node name="MiscButtons" type="TouchScreenButton" parent="Camera2D/Interactive"]
|
||||||
position = Vector2( 272.559, 948.524 )
|
position = Vector2( 272.559, 948.524 )
|
||||||
scale = Vector2( 13.402, 62.475 )
|
scale = Vector2( 13.402, 62.475 )
|
||||||
@ -67,20 +66,15 @@ z_index = 12
|
|||||||
normal = ExtResource( 9 )
|
normal = ExtResource( 9 )
|
||||||
action = "ui_end"
|
action = "ui_end"
|
||||||
script = ExtResource( 10 )
|
script = ExtResource( 10 )
|
||||||
=======
|
|
||||||
[node name="GameButtons" type="Node2D" parent="Camera2D/Interactive"]
|
[node name="GameButtons" type="Node2D" parent="Camera2D/Interactive"]
|
||||||
>>>>>>> 9841ce41a7dbf89828d925e42afe78aa918fe9de
|
|
||||||
|
|
||||||
[node name="Inventory" type="TouchScreenButton" parent="Camera2D/Interactive/GameButtons"]
|
[node name="Inventory" type="TouchScreenButton" parent="Camera2D/Interactive/GameButtons"]
|
||||||
position = Vector2( 1184.03, 899.812 )
|
position = Vector2( 1184.03, 899.812 )
|
||||||
scale = Vector2( 1.23042, 1.11552 )
|
scale = Vector2( 1.23042, 1.11552 )
|
||||||
z_index = 13
|
z_index = 13
|
||||||
normal = ExtResource( 11 )
|
normal = ExtResource( 11 )
|
||||||
<<<<<<< HEAD
|
|
||||||
action = "open_inventory"
|
action = "open_inventory"
|
||||||
=======
|
|
||||||
action = "inventory_button"
|
action = "inventory_button"
|
||||||
>>>>>>> 9841ce41a7dbf89828d925e42afe78aa918fe9de
|
|
||||||
|
|
||||||
[node name="Crafting" type="TouchScreenButton" parent="Camera2D/Interactive/GameButtons"]
|
[node name="Crafting" type="TouchScreenButton" parent="Camera2D/Interactive/GameButtons"]
|
||||||
position = Vector2( 1184.49, 1376.73 )
|
position = Vector2( 1184.49, 1376.73 )
|
||||||
@ -109,13 +103,10 @@ z_index = 13
|
|||||||
normal = ExtResource( 14 )
|
normal = ExtResource( 14 )
|
||||||
|
|
||||||
[node name="MoveDown" type="TouchScreenButton" parent="Camera2D"]
|
[node name="MoveDown" type="TouchScreenButton" parent="Camera2D"]
|
||||||
<<<<<<< HEAD
|
|
||||||
position = Vector2( -540.162, 241.312 )
|
position = Vector2( -540.162, 241.312 )
|
||||||
scale = Vector2( 16.8785, 7.52285 )
|
scale = Vector2( 16.8785, 7.52285 )
|
||||||
=======
|
|
||||||
position = Vector2( -480.965, 178.192 )
|
position = Vector2( -480.965, 178.192 )
|
||||||
scale = Vector2( 14.9928, 14.9987 )
|
scale = Vector2( 14.9928, 14.9987 )
|
||||||
>>>>>>> 9841ce41a7dbf89828d925e42afe78aa918fe9de
|
|
||||||
z_index = 11
|
z_index = 11
|
||||||
normal = ExtResource( 9 )
|
normal = ExtResource( 9 )
|
||||||
pressed = ExtResource( 8 )
|
pressed = ExtResource( 8 )
|
||||||
@ -125,13 +116,10 @@ visibility_mode = 1
|
|||||||
script = ExtResource( 6 )
|
script = ExtResource( 6 )
|
||||||
|
|
||||||
[node name="MoveRight" type="TouchScreenButton" parent="Camera2D"]
|
[node name="MoveRight" type="TouchScreenButton" parent="Camera2D"]
|
||||||
<<<<<<< HEAD
|
|
||||||
position = Vector2( 540.075, -301.554 )
|
position = Vector2( 540.075, -301.554 )
|
||||||
scale = Vector2( 9.78109, 9.42255 )
|
scale = Vector2( 9.78109, 9.42255 )
|
||||||
=======
|
|
||||||
position = Vector2( 478.572, -173.651 )
|
position = Vector2( 478.572, -173.651 )
|
||||||
scale = Vector2( 16.7497, 5.49206 )
|
scale = Vector2( 16.7497, 5.49206 )
|
||||||
>>>>>>> 9841ce41a7dbf89828d925e42afe78aa918fe9de
|
|
||||||
z_index = 11
|
z_index = 11
|
||||||
normal = ExtResource( 3 )
|
normal = ExtResource( 3 )
|
||||||
pressed = ExtResource( 7 )
|
pressed = ExtResource( 7 )
|
||||||
@ -140,13 +128,10 @@ visibility_mode = 1
|
|||||||
script = ExtResource( 6 )
|
script = ExtResource( 6 )
|
||||||
|
|
||||||
[node name="MoveUp" type="TouchScreenButton" parent="Camera2D"]
|
[node name="MoveUp" type="TouchScreenButton" parent="Camera2D"]
|
||||||
<<<<<<< HEAD
|
|
||||||
position = Vector2( -540.152, -301.536 )
|
position = Vector2( -540.152, -301.536 )
|
||||||
scale = Vector2( 16.8785, 8.46854 )
|
scale = Vector2( 16.8785, 8.46854 )
|
||||||
=======
|
|
||||||
position = Vector2( -480.936, -298.537 )
|
position = Vector2( -480.936, -298.537 )
|
||||||
scale = Vector2( 14.9907, 15.5676 )
|
scale = Vector2( 14.9907, 15.5676 )
|
||||||
>>>>>>> 9841ce41a7dbf89828d925e42afe78aa918fe9de
|
|
||||||
z_index = 11
|
z_index = 11
|
||||||
normal = ExtResource( 9 )
|
normal = ExtResource( 9 )
|
||||||
pressed = ExtResource( 8 )
|
pressed = ExtResource( 8 )
|
||||||
@ -155,13 +140,10 @@ visibility_mode = 1
|
|||||||
script = ExtResource( 6 )
|
script = ExtResource( 6 )
|
||||||
|
|
||||||
[node name="MoveLeft" type="TouchScreenButton" parent="Camera2D"]
|
[node name="MoveLeft" type="TouchScreenButton" parent="Camera2D"]
|
||||||
<<<<<<< HEAD
|
|
||||||
position = Vector2( -618.513, -301.504 )
|
position = Vector2( -618.513, -301.504 )
|
||||||
scale = Vector2( 9.79458, 9.42181 )
|
scale = Vector2( 9.79458, 9.42181 )
|
||||||
=======
|
|
||||||
position = Vector2( -615.955, -175.335 )
|
position = Vector2( -615.955, -175.335 )
|
||||||
scale = Vector2( 16.8861, 5.52137 )
|
scale = Vector2( 16.8861, 5.52137 )
|
||||||
>>>>>>> 9841ce41a7dbf89828d925e42afe78aa918fe9de
|
|
||||||
z_index = 11
|
z_index = 11
|
||||||
z_as_relative = false
|
z_as_relative = false
|
||||||
normal = ExtResource( 3 )
|
normal = ExtResource( 3 )
|
||||||
|
Loading…
Reference in New Issue
Block a user