settings, small fixes

This commit is contained in:
Daniel Kauss Serna 2026-02-15 16:17:51 +01:00
parent b12c193636
commit e08e3ebb13
174 changed files with 997 additions and 1040 deletions

12
scenes/hitbox.tscn Normal file
View file

@ -0,0 +1,12 @@
[gd_scene load_steps=3 format=3 uid="uid://crptu0w0l57dd"]
[ext_resource type="Script" uid="uid://ejd25ul4j5pp" path="res://scripts/hitbox.gd" id="1_orx6n"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_orx6n"]
[node name="Hitbox" type="Area2D"]
collision_mask = 3
script = ExtResource("1_orx6n")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_orx6n")