Add modified weapon models

This commit is contained in:
2022-12-07 08:41:10 +01:00
parent 307eec1f4e
commit d2ed1afdc7
23 changed files with 428 additions and 283 deletions

View File

@@ -0,0 +1,5 @@
extends Node
class_name Hitable
func Hit():
print("Got hit")