Initial commit
This commit is contained in:
13
Godot/ak_event.tscn
Normal file
13
Godot/ak_event.tscn
Normal file
@@ -0,0 +1,13 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://d58sgt52227w"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_mrj3q"]
|
||||
albedo_color = Color(0, 0.51815987, 0.9183181, 1)
|
||||
|
||||
[sub_resource type="SphereMesh" id="SphereMesh_08xui"]
|
||||
|
||||
[node name="AkEvent" type="AkEvent3D"]
|
||||
|
||||
[node name="Mesh" type="MeshInstance3D" parent="."]
|
||||
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
|
||||
material_override = SubResource("StandardMaterial3D_mrj3q")
|
||||
mesh = SubResource("SphereMesh_08xui")
|
||||
Reference in New Issue
Block a user