From f9a46c167f9fcc473afefdb689349ead34207ee5 Mon Sep 17 00:00:00 2001 From: Insality Date: Mon, 13 Apr 2020 19:38:53 +0300 Subject: [PATCH 1/2] Remove alpha_todo file --- alpha_todo.txt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 alpha_todo.txt diff --git a/alpha_todo.txt b/alpha_todo.txt deleted file mode 100644 index 082801c..0000000 --- a/alpha_todo.txt +++ /dev/null @@ -1,12 +0,0 @@ -Simple to-do for Druid Alpha 0.2.0 - -- better default style, add template for custom style -- compare with gooey -- remove component autoremove all children component - -- unify component api (get/set/to and other general stuff) -- add input_text component for alpha release -- custom input settings (name of touch, text, etc) -- try use final druid in real project (FI uses custom druid) (use in 4321?) -- ability to relocalize all locale text nodes -- ability to control buttons via controller. Select it by cursor (d-pad) From 133e07704b5a253db6bfcc9e836dc986deb29d97 Mon Sep 17 00:00:00 2001 From: Insality Date: Mon, 13 Apr 2020 19:39:44 +0300 Subject: [PATCH 2/2] Increase druid version --- game.project | 1 + 1 file changed, 1 insertion(+) diff --git a/game.project b/game.project index 4c6aa2c..4b10954 100644 --- a/game.project +++ b/game.project @@ -10,6 +10,7 @@ height = 900 [project] title = druid +version = 0.2.0 [library] include_dirs = druid