An interactive Git learning game!
Go to file
2020-09-24 10:52:58 +02:00
fonts Add a theme resource, which applies fonts/styles to all Control elements 2020-09-21 17:00:00 +02:00
levels Two top-down levels 2020-09-22 19:43:02 +02:00
nodes Add pop sound when player adds nodes 2020-09-24 10:52:58 +02:00
scripts Preparations for async commands 2020-09-24 10:10:14 +02:00
styles Show indented lines in the description as monospace 2020-09-22 10:54:37 +02:00
.gitignore When exporting for Windows, bundle with PortableGit 2020-09-09 17:04:22 +02:00
arrow.gd Set center of gravity correctly when shrinking Nodes Control 2020-09-24 10:31:41 +02:00
arrow.tscn Set center of gravity correctly when shrinking Nodes Control 2020-09-24 10:31:41 +02:00
export_presets.cfg When exporting for Windows, bundle with PortableGit 2020-09-09 17:04:22 +02:00
file_browser.gd Instead of sorting entries the file list, "very best sort" them :P 2020-09-22 15:50:57 +02:00
file_browser.tscn Added File Browser for Repository Scene 2020-09-22 13:19:53 +02:00
game.gd Added File Browser for Repository Scene 2020-09-22 13:19:53 +02:00
main.gd Add pop sound when player adds nodes 2020-09-24 10:52:58 +02:00
main.tscn Preparations for async commands 2020-09-24 10:10:14 +02:00
Makefile When exporting for Windows, bundle with PortableGit 2020-09-09 17:04:22 +02:00
node.gd Add pop sound when player adds nodes 2020-09-24 10:52:58 +02:00
node.tscn Add pop sound when player adds nodes 2020-09-24 10:52:58 +02:00
player.gd Indent using tabs, which is Godot's default behavior 2020-08-24 16:49:39 +02:00
player.tscn Basic project with export Makefile 2020-01-29 20:25:13 +01:00
project.godot Repository is now a Control, and fix two regressions 2020-09-21 20:28:43 +02:00
repository.gd Add pop sound when player adds nodes 2020-09-24 10:52:58 +02:00
repository.tscn Prettier arrow positions 2020-09-24 10:25:38 +02:00
sandbox.gd Export "simplified_view" in a repo. Prepare launching the sandbox in $PWD. 2020-09-23 12:05:43 +02:00
sandbox.tscn Fix a few problems for the "git replace" demo, scale up sandbox UI 2020-09-22 21:56:22 +02:00
shell.gd Use an empty Git template directory, use GIT_EDITOR instead of EDITOR 2020-09-22 16:18:56 +02:00
tcp_server.gd Preparations for async commands 2020-09-24 10:10:14 +02:00
tcp_server.tscn Preparations for async commands 2020-09-24 10:10:14 +02:00
terminal.gd Preparations for async commands 2020-09-24 10:10:14 +02:00
terminal.tscn Preparations for async commands 2020-09-24 10:10:14 +02:00
test.gd Experimental TCP Server node 2020-09-15 09:42:06 +02:00
text_editor.gd Add a close button to the text editor 2020-09-22 15:55:01 +02:00
text_editor.tscn Allow multiple level sets, pull out default order into "sequence" file 2020-09-22 16:12:03 +02:00