zmiana sceny um, zmiana logiki
This commit is contained in:
parent
55748d3f69
commit
72afd3c7e4
17 changed files with 375 additions and 257 deletions
17
assets/scripts/player.gd
Normal file
17
assets/scripts/player.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Node
|
||||
|
||||
var stats: Dictionary = {
|
||||
"INT": 0,
|
||||
"REF": 0,
|
||||
"ZW": 0,
|
||||
"TECH": 0,
|
||||
"CHA": 0,
|
||||
"SW": 0,
|
||||
"RUCH": 0,
|
||||
"BC": 0,
|
||||
"EMP": 0,
|
||||
"PW": 0,
|
||||
"CZL": 0,
|
||||
}
|
||||
|
||||
var roll : int
|
||||
Loading…
Add table
Add a link
Reference in a new issue