Added auto repeat and made some small fixes

This commit is contained in:
2024-10-20 20:28:06 +02:00
parent e8171d81a9
commit c4a7d743d3
26 changed files with 797 additions and 39 deletions

13
PlayerObject.gd Normal file
View File

@@ -0,0 +1,13 @@
extends Node
@export
var id: int
@export
var player_name: String
@export
var player_score: String
var character: Texture