Compare commits

..

No commits in common. "7878e4bd142659652f708c90a07d1908f77fbd38" and "7047899f357847c21801eb6e2c6c338a3aee5d4d" have entirely different histories.

7 changed files with 4 additions and 27 deletions

View file

@ -4,8 +4,8 @@
[ext_resource type="Texture2D" uid="uid://c6a62gvw7218s" path="res://scenes/hit/assets/hit.png" id="1_rmj1p"]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_fxeki"]
radius = 15.0
height = 34.0
radius = 11.0
height = 24.0
[node name="SmallHit2D" type="Area2D" groups=["hit"]]
collision_layer = 64
@ -15,7 +15,8 @@ metadata/_custom_type_script = "uid://b440ri3521uio"
metadata/power_hit = false
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(1, 6)
position = Vector2(4, 1)
rotation = 1.5707964
shape = SubResource("CapsuleShape2D_fxeki")
debug_color = Color(0.6205005, 0.42311785, 0.8432588, 0.41960785)

View file

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

View file

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

View file

@ -1,6 +0,0 @@
[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")

View file

@ -1,5 +0,0 @@
extends Marker2D
@export_range(1,2) var player_id: int
@onready var player_scene: PackedScene = preload("res://scenes/player/player.tscn")

View file

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

View file

@ -1,7 +0,0 @@
[gd_scene load_steps=2 format=3 uid="uid://b2pq6fwt4ge21"]
[ext_resource type="Script" uid="uid://bvokstchph1vk" path="res://scenes/markers/player_spawn_point.gd" id="1_qvk6i"]
[node name="PlayerSpawnPoint" type="Marker2D"]
gizmo_extents = 18.6
script = ExtResource("1_qvk6i")