Initial commit (1/2)
This commit is contained in:
commit
3411c5796d
66 changed files with 2261 additions and 0 deletions
9
scenes/StarsController.tscn
Normal file
9
scenes/StarsController.tscn
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dpggye27ln436"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/StarsGeneration.gd" id="1_rcdwc"]
|
||||
[ext_resource type="PackedScene" uid="uid://kyuhwil8vq7n" path="res://scenes/Star.tscn" id="2_ypr5c"]
|
||||
|
||||
[node name="Stars" type="Node2D"]
|
||||
process_mode = 1
|
||||
script = ExtResource("1_rcdwc")
|
||||
Star = ExtResource("2_ypr5c")
|
||||
Loading…
Add table
Add a link
Reference in a new issue