'guozeINSP'
This commit is contained in:
20
NinonQUERAL/guoze/script/global.gd
Normal file
20
NinonQUERAL/guoze/script/global.gd
Normal file
@@ -0,0 +1,20 @@
|
||||
extends Node3D
|
||||
|
||||
@onready var cacher = $organz
|
||||
@onready var nune = $NoKillNune
|
||||
@onready var petib = $getibb
|
||||
|
||||
|
||||
var yesmother = {"yesmom" : 2}
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func get_item_count(item):
|
||||
return yesmother[item]
|
||||
|
||||
func set_item_count(item,amount):
|
||||
if yesmother.has(item):
|
||||
yesmother[item] += amount
|
||||
else :
|
||||
yesmother[item] = amount
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user