mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 14:10:55 +03:00
Improve style in many demos (#1263)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user