Add CollectableType.None and update project settings for Godot 4.6
This commit is contained in:
@@ -2,6 +2,7 @@ namespace Mr.BrickAdventures.scripts.Resources;
|
||||
|
||||
public enum CollectableType
|
||||
{
|
||||
None, // when no collectable type is specified
|
||||
Coin,
|
||||
Kid,
|
||||
Health,
|
||||
|
||||
Reference in New Issue
Block a user