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

[ext_resource type="PackedScene" uid="uid://bciufe82lwiaw" path="res://hammers/hammer_base.tscn" id="1_350hj"]
[ext_resource type="Texture2D" uid="uid://dcf5es758pw1n" path="res://assets/hammers/hammer01.png" id="2_sdlv5"]

[node name="Hammer01" instance=ExtResource("1_350hj")]

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

[editable path="Hitbox"]