mirror of
https://github.com/tonytins/citylimits
synced 2025-12-19 14:14:43 -05:00
Major clean up and reorganization
- Upgraded to Godot 4 - Just remembered the basic principles are based on a tile editor, and dramatically simplified from there. Derp. - New state machine and license display add-ons. - Re-licensed under the GPL because Micropolis' assets aren't under a separate one.
This commit is contained in:
parent
55ed76c914
commit
c980445340
337 changed files with 5129 additions and 7661 deletions
7
addons/simple-state/plugin.cfg
Normal file
7
addons/simple-state/plugin.cfg
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[plugin]
|
||||
|
||||
name="SimpleState"
|
||||
description="A super-simple state machine. Lightweight and (hopefully) reliable."
|
||||
author="AuraTheEnby"
|
||||
version="1.3.2"
|
||||
script="plugin.gd"
|
||||
Loading…
Add table
Add a link
Reference in a new issue