This commit sets up the initial project configuration including: - Window size and scaling settings - Input mappings for player controls - Default texture filtering settings - Import of game asset pack with sprites and UI elements - Set of signals for tracking player bullets
10 lines
434 B
Text
10 lines
434 B
Text
[gd_scene load_steps=3 format=3 uid="uid://oq85kpt7a853"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://ssdtocwmj0wj" path="res://scenes/start.tscn" id="1_0wfyh"]
|
|
[ext_resource type="PackedScene" uid="uid://brutkgnx73onj" path="res://scenes/gameplay.tscn" id="2_sugp2"]
|
|
|
|
[node name="Main" type="Node2D"]
|
|
|
|
[node name="Start" parent="." instance=ExtResource("1_0wfyh")]
|
|
|
|
[node name="Gameplay" parent="." instance=ExtResource("2_sugp2")]
|