summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrique L. Alves <henriquelalves@gmail.com>2016-02-16 20:23:12 -0700
committerHenrique L. Alves <henriquelalves@gmail.com>2016-02-16 20:23:12 -0700
commit780a44d12fbb1e377a0f87609d4e72c9b9a04c8e (patch)
tree22b7128f16e0061cf24de1ab810f37ae589557ed
parent8a7e3db727afc8d9ff142d3d09153995fcde020e (diff)
downloadplugin-godot-simple-crt-shader-780a44d12fbb1e377a0f87609d4e72c9b9a04c8e.tar.gz
plugin-godot-simple-crt-shader-780a44d12fbb1e377a0f87609d4e72c9b9a04c8e.tar.bz2
plugin-godot-simple-crt-shader-780a44d12fbb1e377a0f87609d4e72c9b9a04c8e.zip
Updated readme file, renamed and removed unused files
-rw-r--r--CRT.scnbin2053 -> 0 bytes
-rw-r--r--CRTDisplayShader.shdbin0 -> 2107 bytes
-rw-r--r--CRTFrame.png (renamed from GRwTNJi.png)bin17559 -> 17559 bytes
-rw-r--r--CRTViewportDisplay/CRT.scnbin0 -> 3540 bytes
-rw-r--r--CRTViewportDisplay/CRTDisplayShader.shdbin0 -> 2126 bytes
-rw-r--r--CRTViewportDisplay/CRTFrame.pngbin0 -> 17559 bytes
-rw-r--r--CRTViewportDisplay/white.pngbin0 -> 174 bytes
-rw-r--r--ShaderTest.scnbin5170 -> 0 bytes
-rw-r--r--ShaderTestsScreen.scnbin6343 -> 4209 bytes
-rw-r--r--engine.cfg2
10 files changed, 1 insertions, 1 deletions
diff --git a/CRT.scn b/CRT.scn
deleted file mode 100644
index 7775c9a..0000000
--- a/CRT.scn
+++ /dev/null
Binary files differ
diff --git a/CRTDisplayShader.shd b/CRTDisplayShader.shd
new file mode 100644
index 0000000..6b0c8a3
--- /dev/null
+++ b/CRTDisplayShader.shd
Binary files differ
diff --git a/GRwTNJi.png b/CRTFrame.png
index 9c5ca46..9c5ca46 100644
--- a/GRwTNJi.png
+++ b/CRTFrame.png
Binary files differ
diff --git a/CRTViewportDisplay/CRT.scn b/CRTViewportDisplay/CRT.scn
new file mode 100644
index 0000000..caf3a18
--- /dev/null
+++ b/CRTViewportDisplay/CRT.scn
Binary files differ
diff --git a/CRTViewportDisplay/CRTDisplayShader.shd b/CRTViewportDisplay/CRTDisplayShader.shd
new file mode 100644
index 0000000..4ca4ed4
--- /dev/null
+++ b/CRTViewportDisplay/CRTDisplayShader.shd
Binary files differ
diff --git a/CRTViewportDisplay/CRTFrame.png b/CRTViewportDisplay/CRTFrame.png
new file mode 100644
index 0000000..9c5ca46
--- /dev/null
+++ b/CRTViewportDisplay/CRTFrame.png
Binary files differ
diff --git a/CRTViewportDisplay/white.png b/CRTViewportDisplay/white.png
new file mode 100644
index 0000000..573faa3
--- /dev/null
+++ b/CRTViewportDisplay/white.png
Binary files differ
diff --git a/ShaderTest.scn b/ShaderTest.scn
deleted file mode 100644
index 9c15aa6..0000000
--- a/ShaderTest.scn
+++ /dev/null
Binary files differ
diff --git a/ShaderTestsScreen.scn b/ShaderTestsScreen.scn
index 3388e39..2624d54 100644
--- a/ShaderTestsScreen.scn
+++ b/ShaderTestsScreen.scn
Binary files differ
diff --git a/engine.cfg b/engine.cfg
index c452d7c..44f4999 100644
--- a/engine.cfg
+++ b/engine.cfg
@@ -1,5 +1,5 @@
[application]
name="ShaderTest"
-main_scene="res://ShaderTest.scn"
+main_scene="res://ShaderTestsScreen.scn"
icon="res://icon.png"