summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-05-31 21:20:35 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-05-31 21:20:35 -0600
commitdaa89fdeccc46e1ae871651eeedde47808ac03d1 (patch)
tree238f0be207fe070a6564f278a49bf941051fc7b4
parent227095a4f710ac6afd43f0a7e8b296f188cf20be (diff)
Add license info to readme, delete unnecessary stuff
-rw-r--r--README.md7
-rw-r--r--src/Main.tscn12
-rw-r--r--src/test.gifbin34428 -> 0 bytes
3 files changed, 6 insertions, 13 deletions
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
--- a/src/test.gif
+++ /dev/null
Binary files differ