This file contains 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_resource type="Theme" load_steps=32 format=3] | |
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_fnqu7"] | |
content_margin_left = 4.0 | |
content_margin_top = 1.0 | |
content_margin_right = 4.0 | |
content_margin_bottom = 1.0 | |
bg_color = Color(0.1, 0.1, 0.1, 0.3) | |
corner_radius_top_left = 3 | |
corner_radius_top_right = 3 |
This file contains 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
# Copyright 2024 V-Sekai contributors | |
# SPDX-License-Identifier: MIT | |
@tool | |
extends Node3D | |
#@export_node_path("Node3D") var raw_tracker: NodePath: | |
#set(value): | |
#raw_tracker = value | |
#raw_tracker_node = get_node_or_null(raw_tracker) | |
@export var raw_tracker_node: Node3D |
OlderNewer