Improve style in many demos (#1263)

This commit is contained in:
Aaron Franke
2025-10-11 05:03:59 -07:00
committed by GitHub
parent 0ae09b7e5a
commit 520b4a7870
197 changed files with 904 additions and 766 deletions

View File

@@ -1,10 +1,12 @@
extends Control
@export var world_offset := Vector3.ZERO
var _pos_offset: Vector2
var _attachment: Node3D
func _ready() -> void:
_pos_offset = position
_attachment = get_parent()