'guozeINSP'

This commit is contained in:
2025-12-04 16:50:10 +01:00
parent b6ca31c1cc
commit dc46bc9dec
202 changed files with 21719 additions and 0 deletions

View 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