|
|
6c4bfe2752
|
Use new config system
|
2019-06-08 09:10:59 +00:00 |
|
|
|
bc203aaff1
|
Create palette from config and add default config
|
2019-06-08 09:10:59 +00:00 |
|
|
|
5cfdb8f8e2
|
Move config to main package
|
2019-06-08 09:10:59 +00:00 |
|
|
|
4dfd31e5fc
|
Simplify config code
|
2019-06-08 09:10:59 +00:00 |
|
|
|
31549aa7eb
|
Add ConfigView
with python magic to make this possible:
c = Config({"a.b": "c"})
c.view.a.b == "c"
|
2019-06-08 09:10:59 +00:00 |
|
|
|
71ad02d4e1
|
Create simple config system
|
2019-06-08 09:10:59 +00:00 |
|
|
|
c676d71a61
|
Improve UI
- text no longer jumps around when an error message is displayed
- you can only type valid room names
- esc exits the application
|
2019-06-08 09:10:59 +00:00 |
|
|
|
43af84a395
|
Add basic euphoria single-room application
|
2019-06-08 09:10:59 +00:00 |
|