oh-my-git/sandbox.gd

7 lines
198 B
GDScript3
Raw Normal View History

extends Control
func _ready():
$HSplitContainer/Repository.path = "/tmp/active"
get_tree().set_screen_stretch(SceneTree.STRETCH_MODE_2D, SceneTree.STRETCH_ASPECT_KEEP, Vector2(1920, 1080), 1.5)