Graphical Overhaul
This commit is contained in:
parent
b9eec60df7
commit
65bf9e0c86
15 changed files with 338 additions and 23 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=19 format=3 uid="uid://dwl4lotl1d3ij"]
|
||||
[gd_scene load_steps=20 format=3 uid="uid://dwl4lotl1d3ij"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/Grid/grid.gd" id="1_vie5m"]
|
||||
[ext_resource type="Texture2D" uid="uid://cj6fsj1ac11a1" path="res://assets/background.png" id="2_vakrw"]
|
||||
[ext_resource type="PackedScene" uid="uid://bm7rshwf6pjb" path="res://scenes/Grid/border.tscn" id="4_3j08q"]
|
||||
[ext_resource type="PackedScene" uid="uid://duubii5uu3lgq" path="res://scenes/Grid/row_test.tscn" id="4_si3v6"]
|
||||
[ext_resource type="PackedScene" uid="uid://dvrotjxom4u6d" path="res://scenes/Grid/bottom.tscn" id="5_14njh"]
|
||||
|
|
@ -29,16 +30,18 @@ size = Vector2(640, 256)
|
|||
[node name="Grid" type="Node2D"]
|
||||
script = ExtResource("1_vie5m")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
position = Vector2(7.62939e-06, 7.62939e-06)
|
||||
scale = Vector2(108.422, 96.375)
|
||||
|
||||
[node name="MeshInstance2D" type="MeshInstance2D" parent="."]
|
||||
modulate = Color(0.359096, 0.426588, 0.599397, 1)
|
||||
position = Vector2(320, 640)
|
||||
scale = Vector2(640, 1280)
|
||||
mesh = SubResource("QuadMesh_qfjsc")
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
offset_right = 640.0
|
||||
offset_bottom = 1280.0
|
||||
texture = ExtResource("2_vakrw")
|
||||
stretch_mode = 1
|
||||
|
||||
[node name="Blocks" type="Node2D" parent="."]
|
||||
|
||||
[node name="Spawnpoint" type="Marker2D" parent="."]
|
||||
|
|
@ -154,7 +157,11 @@ script = ExtResource("6_mbeib")
|
|||
|
||||
[node name="Control" type="Control" parent="Camera2D/CanvasLayer"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme = ExtResource("7_38u5s")
|
||||
script = ExtResource("8_4bfjb")
|
||||
|
||||
|
|
@ -275,6 +282,10 @@ action_mode = 0
|
|||
icon = ExtResource("14_i1yud")
|
||||
icon_alignment = 1
|
||||
|
||||
[node name="Background" type="Sprite2D" parent="."]
|
||||
position = Vector2(320, 640)
|
||||
scale = Vector2(10, 20)
|
||||
|
||||
[connection signal="timeout" from="Ticker" to="." method="_on_ticker_timeout"]
|
||||
[connection signal="timeout" from="TurnTick" to="." method="_on_turn_tick_timeout"]
|
||||
[connection signal="timeout" from="GameTimer" to="." method="_on_game_timer_timeout"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue