init
This commit is contained in:
18
scale.tscn
Normal file
18
scale.tscn
Normal 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 )]
|
||||
Reference in New Issue
Block a user