From daa89fdeccc46e1ae871651eeedde47808ac03d1 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 31 May 2022 21:20:35 -0600 Subject: Add license info to readme, delete unnecessary stuff --- README.md | 7 ++++++- src/Main.tscn | 12 ------------ src/test.gif | Bin 34428 -> 0 bytes 3 files changed, 6 insertions(+), 13 deletions(-) delete mode 100644 src/test.gif diff --git a/README.md b/README.md index 47a5fee..6f90c81 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ Entry for the [Go Godot Jam 3](https://itch.io/jam/go-godot-jam-3). ## License -This game uses Godot Engine, available under the following license: [Godot License](https://godotengine.org/license). Also found as `LICENSE.Godot` +This game uses: + +- Godot Engine, available under the MIT License: [Godot License](https://godotengine.org/license). Can be found as `LICENSE.Godot`. +- [GifMaker](https://github.com/bram-dingelstad/godot-gifmaker), a Godot Engine plugin available under the MIT License. Can be found as `LICENSE.GifMaker`. + - GifMaker itself uses [GDGifExporter](https://github.com/jegor377/godot-gdgifexporter) as a base, which is available under the MIT License. Can be found as `LICENSE.gdgifexporter`. + The game itself is under the MIT License, found as `LICENSE`. diff --git a/src/Main.tscn b/src/Main.tscn index c0f7499..5471565 100644 --- a/src/Main.tscn +++ b/src/Main.tscn @@ -40,15 +40,3 @@ render_type = 1 seconds = 2.0 autostart = true capture_node_path = NodePath("../GifRectangle") - -[node name="Label" type="Label" parent="ScreenRecorder/Control"] -anchor_left = 0.5 -anchor_top = 0.5 -anchor_right = 0.5 -anchor_bottom = 0.5 -margin_left = -20.0 -margin_top = -15.5 -margin_right = 20.0 -margin_bottom = 15.5 -text = "TEST -" diff --git a/src/test.gif b/src/test.gif deleted file mode 100644 index e9219c1..0000000 Binary files a/src/test.gif and /dev/null differ -- cgit v1.2.3