a game about throwing hammers made for the github game off
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[gd_scene load_steps=3 format=3 uid="uid://c6ef6eebk03tn"]

[ext_resource type="PackedScene" uid="uid://bimmd1hcj2h0e" path="res://hammers/hammer_base.tscn" id="1_vy2k1"]
[ext_resource type="Texture2D" uid="uid://bcpy0wbrlmqsq" path="res://assets/hammers/hammer02.png" id="2_dmvhv"]

[node name="Hammer02" instance=ExtResource("1_vy2k1")]

[node name="Sprite" parent="." index="1"]
texture = ExtResource("2_dmvhv")

[node name="Hitbox" parent="." index="3"]
damage = 2

[editable path="Hitbox"]