Commit graph

27 commits

Author SHA1 Message Date
bleeptrack 2d68e6fce1 Minor gameplay improvements 2020-11-25 15:21:10 +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 12e9aff7ff Handle files without a position in them. Streamline cards a bit. 2020-11-18 22:31:23 +01:00
blinry ca09ad0245 Put tiny 2D worlds into all the commits 2020-11-18 21:19:16 +01:00
blinry 61325b7a97 Restrict movement to arrow keys, switch to terminal by typing letters 2020-11-18 20:12:15 +01:00
blinry b5143ec906 If there's no player in a level, add one 2020-11-18 19:51:27 +01:00
blinry b91ebe0f36 Smooth movement of player 2020-11-18 19:33:28 +01:00
blinry b7710e1422 Either world or terminal has focus 2020-11-18 19:21:10 +01:00
blinry 96e4c56521 Display index and HEAD versions in the file browser 2020-11-18 19:08:27 +01:00
blinry 833475e80b Display index versions of items 2020-11-18 18:36:29 +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
bleeptrack 04e48a8bf2 Fix MacOS Crash because of sed -r option
closes #9.
2020-11-17 10:53:22 +01:00
blinry 4d97430d44 Fix warnings 2020-11-10 22:45:03 +01:00
blinry 4fa9b27354 Always show index and working directory
Seems confusing to have them disappear?
2020-11-10 21:51:59 +01:00
bleeptrack 39e62eb8cf New File Popup (no function) 2020-11-10 18:34:51 +01:00
bleeptrack 563f6ba835 Delete Files via Popup Menue 2020-11-10 18:22:24 +01:00
blinry 107d6f8fb1 Show deleted files in the working directory and the index 2020-11-10 15:28:37 +01:00
blinry 38faac5485 Make drop areas react to collision with "cursor" scene
This is a preparation to allow drop areas on GUI elements.
2020-11-07 14:08:15 +01:00
blinry f6c7ef90d8 Update the FileBrowser when saving a file
Status icons could have been changed.
2020-11-03 17:06:22 +01:00
bleeptrack a725508dc8 Index Status Icons 2020-11-03 16:39:55 +01:00
blinry 7740c43a62 Polish levels some more 2020-10-29 20:02:43 +01:00
blinry e7842fb4ee Show commit ID in file browser 2020-10-29 17:39:26 +01:00
bleeptrack 4ea0308bd6 remove prints 2020-10-27 16:55:06 +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.gd (Browse further)