This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[gd_scene load_steps=2 format=3 uid="uid://8syhpi57ht3g"] | |
[sub_resource type="GDScript" id="GDScript_xp7q5"] | |
resource_name = "GameView" | |
script/source = "@tool | |
extends SubViewportContainer | |
## Height of the viewport, the width is determined by aspect_ratio | |
## If free_aspect is true, then it's based on the aspect ratio of the window | |
@export_range(1, 16384) var resolution:int = 720 : |