summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrique L. Alves <henriquelalves@gmail.com>2016-02-13 15:59:51 -0700
committerHenrique L. Alves <henriquelalves@gmail.com>2016-02-13 15:59:51 -0700
commit0d26ce765c5aa4b74bfaad34696327584d954cb7 (patch)
treea86d4bd1dd1b15c87fdd0e0a8026a1da46bf7477
parent1be4fde71a548c3cc95d40cc8a7a5cce913fe399 (diff)
downloadplugin-godot-simple-crt-shader-0d26ce765c5aa4b74bfaad34696327584d954cb7.tar.gz
plugin-godot-simple-crt-shader-0d26ce765c5aa4b74bfaad34696327584d954cb7.tar.bz2
plugin-godot-simple-crt-shader-0d26ce765c5aa4b74bfaad34696327584d954cb7.zip
Initial commit.
-rw-r--r--CRT.scnbin0 -> 2053 bytes
-rw-r--r--GRwTNJi.pngbin0 -> 17559 bytes
-rw-r--r--ShaderTest.scnbin0 -> 4404 bytes
-rw-r--r--ShaderTestsScreen.scnbin0 -> 4440 bytes
-rw-r--r--engine.cfg5
-rw-r--r--icon.pngbin0 -> 2736 bytes
-rw-r--r--icon.png.flags1
-rw-r--r--marioscreen.pngbin0 -> 25300 bytes
-rw-r--r--white.pngbin0 -> 174 bytes
9 files changed, 6 insertions, 0 deletions
diff --git a/CRT.scn b/CRT.scn
new file mode 100644
index 0000000..7775c9a
--- /dev/null
+++ b/CRT.scn
Binary files differ
diff --git a/GRwTNJi.png b/GRwTNJi.png
new file mode 100644
index 0000000..9c5ca46
--- /dev/null
+++ b/GRwTNJi.png
Binary files differ
diff --git a/ShaderTest.scn b/ShaderTest.scn
new file mode 100644
index 0000000..3776e7f
--- /dev/null
+++ b/ShaderTest.scn
Binary files differ
diff --git a/ShaderTestsScreen.scn b/ShaderTestsScreen.scn
new file mode 100644
index 0000000..8cf0134
--- /dev/null
+++ b/ShaderTestsScreen.scn
Binary files differ
diff --git a/engine.cfg b/engine.cfg
new file mode 100644
index 0000000..c452d7c
--- /dev/null
+++ b/engine.cfg
@@ -0,0 +1,5 @@
+[application]
+
+name="ShaderTest"
+main_scene="res://ShaderTest.scn"
+icon="res://icon.png"
diff --git a/icon.png b/icon.png
new file mode 100644
index 0000000..c019ef6
--- /dev/null
+++ b/icon.png
Binary files differ
diff --git a/icon.png.flags b/icon.png.flags
new file mode 100644
index 0000000..5130fd1
--- /dev/null
+++ b/icon.png.flags
@@ -0,0 +1 @@
+gen_mipmaps=false
diff --git a/marioscreen.png b/marioscreen.png
new file mode 100644
index 0000000..0fd98a2
--- /dev/null
+++ b/marioscreen.png
Binary files differ
diff --git a/white.png b/white.png
new file mode 100644
index 0000000..573faa3
--- /dev/null
+++ b/white.png
Binary files differ