added fullscreen

This commit is contained in:
2022-11-12 00:08:18 +01:00
parent 86989f7fce
commit fab7188747
4 changed files with 34 additions and 3 deletions

View File

@@ -1,9 +1,11 @@
[gd_scene load_steps=3 format=2]
[gd_scene load_steps=4 format=2]
[ext_resource path="res://scenes/Player.tscn" type="PackedScene" id=1]
[ext_resource path="res://scenes/World.tscn" type="PackedScene" id=2]
[ext_resource path="res://src/Main.cs" type="Script" id=3]
[node name="Main" type="Node2D"]
script = ExtResource( 3 )
[node name="World" parent="." instance=ExtResource( 2 )]