mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 14:43:48 +00:00
Added cyclops
This commit is contained in:
parent
5067605316
commit
98a37cdc50
618 changed files with 32322 additions and 1 deletions
14
addons/cyclops_level_builder/controls/vertex_billboard.tscn
Normal file
14
addons/cyclops_level_builder/controls/vertex_billboard.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://cuykufmlg2unb"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/cyclops_level_builder/controls/vertex_billboard.gd" id="1_cman8"]
|
||||
[ext_resource type="Material" uid="uid://rtk56g3h03nt" path="res://addons/cyclops_level_builder/materials/vertex_active_material.tres" id="2_ov23w"]
|
||||
|
||||
[sub_resource type="QuadMesh" id="QuadMesh_5jfb0"]
|
||||
|
||||
[node name="vertex_billboard" type="Node3D"]
|
||||
script = ExtResource("1_cman8")
|
||||
color = Color(0, 1, 0, 1)
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
|
||||
material_override = ExtResource("2_ov23w")
|
||||
mesh = SubResource("QuadMesh_5jfb0")
|
||||
Loading…
Add table
Add a link
Reference in a new issue