Commit graph

17 commits

Author SHA1 Message Date
bleeptrack 2d68e6fce1 Minor gameplay improvements 2020-11-25 15:21:10 +01:00
blinry 1289ce19a3 Only drag one file with drag and drop, pretty ordering when taking/dropping 2020-11-25 14:39:52 +01:00
bleeptrack abbfc4f1d6 drag and drop files between invetory and world
caution: breaks card drag and drop
2020-11-24 17:34:46 +01:00
blinry ca09ad0245 Put tiny 2D worlds into all the commits 2020-11-18 21:19:16 +01:00
blinry b7710e1422 Either world or terminal has focus 2020-11-18 19:21:10 +01:00
blinry e635efa796 Item have a clear serialization interface 2020-11-18 18:06:46 +01:00
bleeptrack 3167e5c76a move player and pickup items 2020-11-17 18:31:19 +01:00
blinry 17302c3f01 Distribute file items randomly in the world. Add an "edit" card. 2020-11-17 17:07:16 +01:00
blinry e97af81c0f New Item scene, in preparation for a 2D world 2020-11-17 16:27:16 +01:00
blinry f742085fd1 Add a "create files" level 2020-11-13 11:21:36 +01:00
blinry 898f276eba Make fonts 15% larger
This should help make the game more accessible, and reduce font
rendering issues. Closes #5.
2020-11-10 23:23:10 +01:00
blinry 9a9541a858 Close all open editors when running a terminal command
This is a first workaround for the problem that editors are sometimes
out of date. The UI around these will probably continue to change
significantly. Closes #7.
2020-11-10 22:52:48 +01:00
bleeptrack 39e62eb8cf New File Popup (no function) 2020-11-10 18:34:51 +01:00
bleeptrack ea2c731cd3 File explorer document icon 2020-10-27 18:21:57 +01:00
bleeptrack 454520d3ae Working directory in RightSide 2020-10-27 17:32:41 +01:00
Sebastian Morr ac2062bd5a First attempt of rearranging the elements better in horizontal layout 2020-10-27 16:53:19 +01:00
Sebastian Morr 61304803bc Move all .tscn and .gd files into scenes/ directory 2020-10-26 19:16:22 +01:00
Renamed from file_browser.tscn (Browse further)