In-editor tools module

This commit is contained in:
2024-05-28 20:28:37 -07:00
parent 80476b2757
commit 2879337ad2
4 changed files with 73 additions and 9 deletions

View File

@ -1,6 +1,7 @@
[gd_scene load_steps=20 format=3 uid="uid://cc1m2a1obsyn4"]
[gd_scene load_steps=21 format=3 uid="uid://cc1m2a1obsyn4"]
[ext_resource type="Script" path="res://addons/fpc/character.gd" id="1_0t4e8"]
[ext_resource type="Script" path="res://addons/fpc/EditorModule.gd" id="3_v3ckk"]
[ext_resource type="Script" path="res://addons/fpc/debug.gd" id="3_x1wcc"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_kp17n"]
@ -455,3 +456,6 @@ layout_mode = 2
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
shape = SubResource("SphereShape3D_k4wwl")
target_position = Vector3(0, 0.5, 0)
[node name="EditorModule" type="Node" parent="."]
script = ExtResource("3_v3ckk")