This commit is contained in:
2026-06-02 22:29:48 +01:00
commit 5e0f4c3914
549 changed files with 10639 additions and 0 deletions

18
scale.tscn Normal file
View File

@@ -0,0 +1,18 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://main.tscn" type="PackedScene" id=1]
[node name="Control" type="Control"]
[node name="ViewportContainer" type="ViewportContainer" parent="."]
margin_right = 720.0
margin_bottom = 576.0
stretch = true
stretch_shrink = 2
[node name="Viewport" type="Viewport" parent="ViewportContainer"]
size = Vector2( 360, 288 )
handle_input_locally = false
render_target_update_mode = 3
[node name="Spatial" parent="ViewportContainer/Viewport" instance=ExtResource( 1 )]