June2026Game/scenes/player.tscn

27 lines
1.0 KiB
Plaintext

[gd_scene format=3 uid="uid://csp8sgbqjmndx"]
[ext_resource type="Script" uid="uid://dy5o70pk5y8b2" path="res://scripts/player.gd" id="1_3vyb7"]
[sub_resource type="CircleShape2D" id="CircleShape2D_uwrxv"]
[node name="Player" type="CharacterBody2D" unique_id=589925870]
scale = Vector2(1.8000001, 1.8000001)
script = ExtResource("1_3vyb7")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1451670636]
shape = SubResource("CircleShape2D_uwrxv")
debug_color = Color(0.8463823, 0.0009889907, 0.9098306, 0.41960785)
[node name="RightCast" type="RayCast2D" parent="." unique_id=434200409]
target_position = Vector2(17.222221, 0)
[node name="LeftCast" type="RayCast2D" parent="." unique_id=194078728]
target_position = Vector2(-16.666666, 0)
[node name="RightBulletSpawn" type="Marker2D" parent="." unique_id=713435511]
position = Vector2(12.777777, -7.777777)
[node name="LeftBulletSpawn" type="Marker2D" parent="." unique_id=794453359]
position = Vector2(-13.333332, -7.7777777)