Add menu system and scene navigation
The changes include: - Moving script files to scripts/ directory - Creating Start menu scene with Play/Quit buttons - Adding scene switching between menu and gameplay - Creating theme for menu buttons - Adding ESC key to return to menu
This commit is contained in:
parent
83ff6ef14d
commit
49988ae674
14 changed files with 202 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dd0cxfceqwxca"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://d0dti6pba80ci" path="res://Paddle.gd" id="1_q73f6"]
|
||||
[ext_resource type="Script" uid="uid://d0dti6pba80ci" path="res://scripts/Paddle.gd" id="1_q73f6"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_e2o6t"]
|
||||
size = Vector2(33, 105)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue