Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dalexeev/defend-the-colony


https://github.com/dalexeev/defend-the-colony

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Defend the Colony

![image](screenshots/building_window.png)

**Внимание:** В настоящее время в Godot 4.x есть баг с тем, что файл
`.godot/global_script_class_cache.cfg` не заполняется автоматически (необходимо
вручную сохранить каждый файл с `class_name`). Вот правильное содержимое этого
файла для данного проекта:

```
list=Array[Dictionary]([{
"base": &"Resource",
"class": &"Building",
"icon": "",
"language": &"GDScript",
"path": "res://data/building.gd"
}, {
"base": &"PanelContainer",
"class": &"BuildingView",
"icon": "",
"language": &"GDScript",
"path": "res://ui/building_view.gd"
}, {
"base": &"HBoxContainer",
"class": &"BuildingViewStat",
"icon": "",
"language": &"GDScript",
"path": "res://ui/building_view_stat.gd"
}])
```