13 lines
431 B
Plaintext
13 lines
431 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://c7dhavrt11u55"]
|
|
|
|
[ext_resource type="Script" uid="uid://8ypli12lqi6i" path="res://scripts/enemy_spawner.gd" id="1_ewhtn"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ewhtn"]
|
|
transparency = 1
|
|
shading_mode = 0
|
|
albedo_color = Color(1, 1, 1, 0)
|
|
|
|
[node name="EnemySpawner" type="CSGBox3D"]
|
|
material = SubResource("StandardMaterial3D_ewhtn")
|
|
script = ExtResource("1_ewhtn")
|