From e30be3f85e33a5b15a7c13b8917df3ac7f25c873 Mon Sep 17 00:00:00 2001 From: shavitush Date: Sat, 10 Sep 2016 17:34:44 +0300 Subject: [PATCH] Implement a config file for styles #178 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae33a5e9..8126f611 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ General - [x] Migrate events to the 1.7 transitional syntax. - [x] Migrate ADT_Arrays to ArrayList. - [x] Support "out of the box" installations and SQLite support. -- [ ] Implement a config file for styles and use Dynamic to load them, add Shavit_OnStylesLoaded and caching natives. +- [x] Implement a config file for styles and use Dynamic to load them, add Shavit_OnStylesLoaded and caching natives. - [ ] Save timer variables on Dynamic's per-player settings. Core