diff --git a/scenes/markers/ball_spawn_point.gd b/scenes/markers/ball_spawn_point.gd new file mode 100644 index 0000000..37bd2d5 --- /dev/null +++ b/scenes/markers/ball_spawn_point.gd @@ -0,0 +1,4 @@ +extends Marker2D + + +@onready var ball_scene: PackedScene = preload("res://scenes/ball/ball.tscn") diff --git a/scenes/markers/ball_spawn_point.gd.uid b/scenes/markers/ball_spawn_point.gd.uid new file mode 100644 index 0000000..618141c --- /dev/null +++ b/scenes/markers/ball_spawn_point.gd.uid @@ -0,0 +1 @@ +uid://bemuqfgi28ffn diff --git a/scenes/markers/ball_spawn_point.tscn b/scenes/markers/ball_spawn_point.tscn new file mode 100644 index 0000000..389ef3a --- /dev/null +++ b/scenes/markers/ball_spawn_point.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://c6p40lasv2m2k"] + +[ext_resource type="Script" uid="uid://bemuqfgi28ffn" path="res://scenes/markers/ball_spawn_point.gd" id="1_tu1hv"] + +[node name="BallSpawnPoint" type="Marker2D"] +script = ExtResource("1_tu1hv")