added icons when near storage

This commit is contained in:
PfandBoss
2022-12-11 00:30:50 +01:00
parent 94ea63a8ac
commit 8eab12a0cd
13 changed files with 201 additions and 6 deletions

View File

@@ -29,11 +29,16 @@ _global_script_classes=[{
"language": &"GDScript",
"path": "res://scripts/Logic/MapNode.gd"
}, {
"base": "Node",
"base": "StaticBody3D",
"class": &"Module",
"language": &"GDScript",
"path": "res://scripts/Modules/Module.gd"
}, {
"base": "CharacterBody3D",
"class": &"Player",
"language": &"GDScript",
"path": "res://scripts/Player.gd"
}, {
"base": "Module",
"class": &"Storage",
"language": &"GDScript",
@@ -65,6 +70,7 @@ _global_script_class_icons={
"Game": "",
"MapNode": "",
"Module": "",
"Player": "",
"Storage": "",
"StraightMapNode": "",
"Train": "",