add ball spawn point object
This commit is contained in:
parent
69ee1ad197
commit
af28d94448
3 changed files with 11 additions and 0 deletions
4
scenes/markers/ball_spawn_point.gd
Normal file
4
scenes/markers/ball_spawn_point.gd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
extends Marker2D
|
||||
|
||||
|
||||
@onready var ball_scene: PackedScene = preload("res://scenes/ball/ball.tscn")
|
||||
1
scenes/markers/ball_spawn_point.gd.uid
Normal file
1
scenes/markers/ball_spawn_point.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://bemuqfgi28ffn
|
||||
6
scenes/markers/ball_spawn_point.tscn
Normal file
6
scenes/markers/ball_spawn_point.tscn
Normal 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")
|
||||
Loading…
Add table
Reference in a new issue