add ball spawn point object

This commit is contained in:
yuki 2025-11-18 13:29:33 -03:00
parent 69ee1ad197
commit af28d94448
3 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,4 @@
extends Marker2D
@onready var ball_scene: PackedScene = preload("res://scenes/ball/ball.tscn")

View file

@ -0,0 +1 @@
uid://bemuqfgi28ffn

View file

@ -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")