a game about throwing hammers made for the github game off
1
2
3
4
extends Node

var player: Player = null
var levelmanager: LevelManager = null