mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 10:27:47 +02:00
* remove components from main factory * register base components in factory, interest moved to druid.data * add simple usage of button * translatable should be in data * ability to extend components, stubs for sounds and locale
17 lines
180 B
Plaintext
17 lines
180 B
Plaintext
[bootstrap]
|
|
main_collection = /example/example.collectionc
|
|
|
|
[script]
|
|
shared_state = 1
|
|
|
|
[display]
|
|
width = 400
|
|
height = 400
|
|
|
|
[project]
|
|
title = druid
|
|
|
|
[library]
|
|
include_dirs = druid
|
|
|