cs-os/scenes/special/spawnpoint.tscn

18 lines
585 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://833q6upr0s1k"]
[ext_resource type="Script" path="res://scripts/team_spawnpoint.gd" id="1_xuukx"]
[sub_resource type="PlaneMesh" id="PlaneMesh_ic53j"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_lytgi"]
albedo_color = Color(1, 1, 0, 1)
[node name="spawnpoint" type="Node3D"]
transform = Transform3D(4, 0, 0, 0, 4, 0, 0, 0, 4, 0, 0, 0)
script = ExtResource("1_xuukx")
[node name="area" type="CSGMesh3D" parent="."]
visible = false
mesh = SubResource("PlaneMesh_ic53j")
material = SubResource("StandardMaterial3D_lytgi")