mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
added icons when near storage
This commit is contained in:
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user