starting a major rework, where all effects are controlled within a contact
This commit is contained in:
@@ -1,250 +1,44 @@
|
||||
[gd_scene load_steps=8 format=3 uid="uid://b7vhq2dkltsv"]
|
||||
[gd_scene format=3 uid="uid://b7vhq2dkltsv"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c51oi06i4yrvv" path="res://Art/x.png" id="1_c6108"]
|
||||
[ext_resource type="Script" uid="uid://dth2vcgkp7iq0" path="res://Gameplay/Player.cs" id="1_ehowo"]
|
||||
[ext_resource type="PackedScene" uid="uid://yaybgshgeb3d" path="res://Gameplay/phone.tscn" id="4_1d6nn"]
|
||||
[ext_resource type="PackedScene" uid="uid://b0ks34m6smjfd" path="res://Gameplay/business_card.tscn" id="5_ek8wa"]
|
||||
[ext_resource type="PackedScene" uid="uid://bmy783a4c0tal" path="res://Gameplay/boss.tscn" id="5_lfxdo"]
|
||||
[ext_resource type="Texture2D" uid="uid://dvu33m28odcl0" path="res://Art/DiagonalArrow.png" id="6_ehowo"]
|
||||
[ext_resource type="Texture2D" uid="uid://c6q55ex5d5wgi" path="res://Art/RowColArrow.png" id="7_cbnuf"]
|
||||
|
||||
[node name="Player" type="Sprite2D"]
|
||||
[node name="Player" type="Sprite2D" unique_id=1405686835]
|
||||
script = ExtResource("1_ehowo")
|
||||
|
||||
[node name="Phone" parent="." instance=ExtResource("4_1d6nn")]
|
||||
[node name="Phone" parent="." unique_id=678155199 instance=ExtResource("4_1d6nn")]
|
||||
position = Vector2(1600, 540)
|
||||
scale = Vector2(0.5, 0.5)
|
||||
|
||||
[node name="Boss" parent="." instance=ExtResource("5_lfxdo")]
|
||||
[node name="Boss" parent="." unique_id=1895743924 instance=ExtResource("5_lfxdo")]
|
||||
position = Vector2(960, 540)
|
||||
|
||||
[node name="MarkNormal" type="Sprite2D" parent="."]
|
||||
[node name="MarkNormal" type="Sprite2D" parent="." unique_id=759198183]
|
||||
visible = false
|
||||
texture = ExtResource("1_c6108")
|
||||
|
||||
[node name="MarkPressed" type="Sprite2D" parent="."]
|
||||
[node name="MarkPressed" type="Sprite2D" parent="." unique_id=72909600]
|
||||
visible = false
|
||||
texture = ExtResource("1_c6108")
|
||||
|
||||
[node name="MarkHovered" type="Sprite2D" parent="."]
|
||||
[node name="MarkHovered" type="Sprite2D" parent="." unique_id=2067076280]
|
||||
visible = false
|
||||
texture = ExtResource("1_c6108")
|
||||
|
||||
[node name="MarkDisabled" type="Sprite2D" parent="."]
|
||||
[node name="MarkDisabled" type="Sprite2D" parent="." unique_id=2116780469]
|
||||
visible = false
|
||||
texture = ExtResource("1_c6108")
|
||||
|
||||
[node name="MarkFocused" type="Sprite2D" parent="."]
|
||||
[node name="MarkFocused" type="Sprite2D" parent="." unique_id=1765829402]
|
||||
visible = false
|
||||
texture = ExtResource("1_c6108")
|
||||
|
||||
[node name="Debug" type="RichTextLabel" parent="."]
|
||||
[node name="Debug" type="RichTextLabel" parent="." unique_id=474408926]
|
||||
offset_right = 322.0
|
||||
offset_bottom = 153.0
|
||||
theme_override_font_sizes/normal_font_size = 32
|
||||
text = "DEBUG"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="BusinessCard" parent="." instance=ExtResource("5_ek8wa")]
|
||||
offset_left = 98.0
|
||||
offset_top = 769.0
|
||||
offset_right = 298.0
|
||||
offset_bottom = 969.0
|
||||
|
||||
[node name="DefaultDiagonal1To9" parent="." instance=ExtResource("5_ek8wa")]
|
||||
offset_left = 610.0
|
||||
offset_top = 190.0
|
||||
offset_right = 660.0
|
||||
offset_bottom = 240.0
|
||||
texture_normal = ExtResource("6_ehowo")
|
||||
texture_pressed = ExtResource("6_ehowo")
|
||||
texture_hover = ExtResource("6_ehowo")
|
||||
texture_disabled = ExtResource("6_ehowo")
|
||||
texture_focused = ExtResource("6_ehowo")
|
||||
|
||||
[node name="DefaultTopRow" parent="." instance=ExtResource("5_ek8wa")]
|
||||
offset_left = 610.0
|
||||
offset_top = 440.0
|
||||
offset_right = 810.0
|
||||
offset_bottom = 490.0
|
||||
rotation = 4.71239
|
||||
texture_normal = ExtResource("7_cbnuf")
|
||||
texture_pressed = ExtResource("7_cbnuf")
|
||||
texture_hover = ExtResource("7_cbnuf")
|
||||
texture_disabled = ExtResource("7_cbnuf")
|
||||
texture_focused = ExtResource("7_cbnuf")
|
||||
|
||||
[node name="DefaultMiddleRow" parent="." instance=ExtResource("5_ek8wa")]
|
||||
offset_left = 610.0
|
||||
offset_top = 640.0
|
||||
offset_right = 810.0
|
||||
offset_bottom = 690.0
|
||||
rotation = 4.71239
|
||||
texture_normal = ExtResource("7_cbnuf")
|
||||
texture_pressed = ExtResource("7_cbnuf")
|
||||
texture_hover = ExtResource("7_cbnuf")
|
||||
texture_disabled = ExtResource("7_cbnuf")
|
||||
texture_focused = ExtResource("7_cbnuf")
|
||||
|
||||
[node name="DefaultBottomRow" parent="." instance=ExtResource("5_ek8wa")]
|
||||
offset_left = 610.0
|
||||
offset_top = 840.0
|
||||
offset_right = 810.0
|
||||
offset_bottom = 890.0
|
||||
rotation = 4.71239
|
||||
texture_normal = ExtResource("7_cbnuf")
|
||||
texture_pressed = ExtResource("7_cbnuf")
|
||||
texture_hover = ExtResource("7_cbnuf")
|
||||
texture_disabled = ExtResource("7_cbnuf")
|
||||
texture_focused = ExtResource("7_cbnuf")
|
||||
|
||||
[node name="DefaultLeftColumn" parent="." instance=ExtResource("5_ek8wa")]
|
||||
offset_left = 660.0
|
||||
offset_top = 190.0
|
||||
offset_right = 860.0
|
||||
offset_bottom = 240.0
|
||||
texture_normal = ExtResource("7_cbnuf")
|
||||
texture_pressed = ExtResource("7_cbnuf")
|
||||
texture_hover = ExtResource("7_cbnuf")
|
||||
texture_disabled = ExtResource("7_cbnuf")
|
||||
texture_focused = ExtResource("7_cbnuf")
|
||||
|
||||
[node name="DefaultMiddleColumn" parent="." instance=ExtResource("5_ek8wa")]
|
||||
offset_left = 860.0
|
||||
offset_top = 190.0
|
||||
offset_right = 1060.0
|
||||
offset_bottom = 240.0
|
||||
texture_normal = ExtResource("7_cbnuf")
|
||||
texture_pressed = ExtResource("7_cbnuf")
|
||||
texture_hover = ExtResource("7_cbnuf")
|
||||
texture_disabled = ExtResource("7_cbnuf")
|
||||
texture_focused = ExtResource("7_cbnuf")
|
||||
|
||||
[node name="DefaultRightColumn" parent="." instance=ExtResource("5_ek8wa")]
|
||||
offset_left = 1060.0
|
||||
offset_top = 190.0
|
||||
offset_right = 1260.0
|
||||
offset_bottom = 240.0
|
||||
texture_normal = ExtResource("7_cbnuf")
|
||||
texture_pressed = ExtResource("7_cbnuf")
|
||||
texture_hover = ExtResource("7_cbnuf")
|
||||
texture_disabled = ExtResource("7_cbnuf")
|
||||
texture_focused = ExtResource("7_cbnuf")
|
||||
|
||||
[node name="DefaultDiagonal3To7" parent="." instance=ExtResource("5_ek8wa")]
|
||||
offset_left = 1310.0
|
||||
offset_top = 190.0
|
||||
offset_right = 1360.0
|
||||
offset_bottom = 240.0
|
||||
rotation = 1.5708
|
||||
texture_normal = ExtResource("6_ehowo")
|
||||
texture_pressed = ExtResource("6_ehowo")
|
||||
texture_hover = ExtResource("6_ehowo")
|
||||
texture_disabled = ExtResource("6_ehowo")
|
||||
texture_focused = ExtResource("6_ehowo")
|
||||
|
||||
[node name="DefaultTopRowAlt" parent="." instance=ExtResource("5_ek8wa")]
|
||||
offset_left = 1310.0
|
||||
offset_top = 240.0
|
||||
offset_right = 1510.0
|
||||
offset_bottom = 290.0
|
||||
rotation = 1.5708
|
||||
texture_normal = ExtResource("7_cbnuf")
|
||||
texture_pressed = ExtResource("7_cbnuf")
|
||||
texture_hover = ExtResource("7_cbnuf")
|
||||
texture_disabled = ExtResource("7_cbnuf")
|
||||
texture_focused = ExtResource("7_cbnuf")
|
||||
|
||||
[node name="DefaultMiddleRowAlt" parent="." instance=ExtResource("5_ek8wa")]
|
||||
offset_left = 1310.0
|
||||
offset_top = 440.0
|
||||
offset_right = 1510.0
|
||||
offset_bottom = 490.0
|
||||
rotation = 1.5708
|
||||
texture_normal = ExtResource("7_cbnuf")
|
||||
texture_pressed = ExtResource("7_cbnuf")
|
||||
texture_hover = ExtResource("7_cbnuf")
|
||||
texture_disabled = ExtResource("7_cbnuf")
|
||||
texture_focused = ExtResource("7_cbnuf")
|
||||
|
||||
[node name="DefaultBottomRowAlt" parent="." instance=ExtResource("5_ek8wa")]
|
||||
offset_left = 1310.0
|
||||
offset_top = 640.0
|
||||
offset_right = 1510.0
|
||||
offset_bottom = 690.0
|
||||
rotation = 1.5708
|
||||
texture_normal = ExtResource("7_cbnuf")
|
||||
texture_pressed = ExtResource("7_cbnuf")
|
||||
texture_hover = ExtResource("7_cbnuf")
|
||||
texture_disabled = ExtResource("7_cbnuf")
|
||||
texture_focused = ExtResource("7_cbnuf")
|
||||
|
||||
[node name="DefaultDiagonal1To9Alt" parent="." instance=ExtResource("5_ek8wa")]
|
||||
offset_left = 1310.0
|
||||
offset_top = 890.0
|
||||
offset_right = 1360.0
|
||||
offset_bottom = 940.0
|
||||
rotation = 3.14159
|
||||
texture_normal = ExtResource("6_ehowo")
|
||||
texture_pressed = ExtResource("6_ehowo")
|
||||
texture_hover = ExtResource("6_ehowo")
|
||||
texture_disabled = ExtResource("6_ehowo")
|
||||
texture_focused = ExtResource("6_ehowo")
|
||||
|
||||
[node name="DefaultDiagonal3To7Alt" parent="." instance=ExtResource("5_ek8wa")]
|
||||
offset_left = 610.0
|
||||
offset_top = 890.0
|
||||
offset_right = 660.0
|
||||
offset_bottom = 940.0
|
||||
rotation = 4.71239
|
||||
texture_normal = ExtResource("6_ehowo")
|
||||
texture_pressed = ExtResource("6_ehowo")
|
||||
texture_hover = ExtResource("6_ehowo")
|
||||
texture_disabled = ExtResource("6_ehowo")
|
||||
texture_focused = ExtResource("6_ehowo")
|
||||
|
||||
[node name="DefaultLeftColumnAlt" parent="." instance=ExtResource("5_ek8wa")]
|
||||
offset_left = 860.0
|
||||
offset_top = 890.0
|
||||
offset_right = 1060.0
|
||||
offset_bottom = 940.0
|
||||
rotation = 3.14159
|
||||
texture_normal = ExtResource("7_cbnuf")
|
||||
texture_pressed = ExtResource("7_cbnuf")
|
||||
texture_hover = ExtResource("7_cbnuf")
|
||||
texture_disabled = ExtResource("7_cbnuf")
|
||||
texture_focused = ExtResource("7_cbnuf")
|
||||
|
||||
[node name="DefaultMiddleColumnAlt" parent="." instance=ExtResource("5_ek8wa")]
|
||||
offset_left = 1062.0
|
||||
offset_top = 889.0
|
||||
offset_right = 1262.0
|
||||
offset_bottom = 939.0
|
||||
rotation = 3.14159
|
||||
texture_normal = ExtResource("7_cbnuf")
|
||||
texture_pressed = ExtResource("7_cbnuf")
|
||||
texture_hover = ExtResource("7_cbnuf")
|
||||
texture_disabled = ExtResource("7_cbnuf")
|
||||
texture_focused = ExtResource("7_cbnuf")
|
||||
|
||||
[node name="DefaultRightColumnAlt" parent="." instance=ExtResource("5_ek8wa")]
|
||||
offset_left = 1260.0
|
||||
offset_top = 890.0
|
||||
offset_right = 1460.0
|
||||
offset_bottom = 940.0
|
||||
rotation = 3.14159
|
||||
texture_normal = ExtResource("7_cbnuf")
|
||||
texture_pressed = ExtResource("7_cbnuf")
|
||||
texture_hover = ExtResource("7_cbnuf")
|
||||
texture_disabled = ExtResource("7_cbnuf")
|
||||
texture_focused = ExtResource("7_cbnuf")
|
||||
|
||||
[node name="BusDebug" type="RichTextLabel" parent="."]
|
||||
offset_top = 276.0
|
||||
offset_right = 322.0
|
||||
offset_bottom = 429.0
|
||||
theme_override_font_sizes/normal_font_size = 32
|
||||
text = "BusDEBUG"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
Reference in New Issue
Block a user