summaryrefslogtreecommitdiff
path: root/godot2
diff options
context:
space:
mode:
authorMohabMohamed <mohab.m.mohamed@gmail.com>2018-03-06 22:14:34 +0200
committerMohabMohamed <mohab.m.mohamed@gmail.com>2018-03-06 22:14:34 +0200
commitcd91412e7b538d867870b3c4b96bbddf22dc32eb (patch)
treeccf537acbe037e619a11970d8df9e8e8232872b5 /godot2
parent0d9fa384e7ab23c7dac68ad76c8715e30e180ab4 (diff)
downloadplugin-godot-simple-crt-shader-cd91412e7b538d867870b3c4b96bbddf22dc32eb.tar.gz
plugin-godot-simple-crt-shader-cd91412e7b538d867870b3c4b96bbddf22dc32eb.tar.bz2
plugin-godot-simple-crt-shader-cd91412e7b538d867870b3c4b96bbddf22dc32eb.zip
setting up godot 3 project
Diffstat (limited to 'godot2')
-rw-r--r--godot2/CRTDisplayShader.shdbin0 -> 2107 bytes
-rw-r--r--godot2/CRTFrame.pngbin0 -> 17559 bytes
-rw-r--r--godot2/CRTViewportDisplay/CRT.scnbin0 -> 3540 bytes
-rw-r--r--godot2/CRTViewportDisplay/CRTDisplayShader.shdbin0 -> 2126 bytes
-rw-r--r--godot2/CRTViewportDisplay/CRTFrame.pngbin0 -> 17559 bytes
-rw-r--r--godot2/CRTViewportDisplay/white.pngbin0 -> 174 bytes
-rw-r--r--godot2/ShaderTestsScreen.scnbin0 -> 4209 bytes
-rw-r--r--godot2/engine.cfg5
-rw-r--r--godot2/icon.pngbin0 -> 2736 bytes
-rw-r--r--godot2/icon.png.flags1
-rw-r--r--godot2/sample.pngbin0 -> 254953 bytes
-rw-r--r--godot2/white.pngbin0 -> 174 bytes
12 files changed, 6 insertions, 0 deletions
diff --git a/godot2/CRTDisplayShader.shd b/godot2/CRTDisplayShader.shd
new file mode 100644
index 0000000..6b0c8a3
--- /dev/null
+++ b/godot2/CRTDisplayShader.shd
Binary files differ
diff --git a/godot2/CRTFrame.png b/godot2/CRTFrame.png
new file mode 100644
index 0000000..9c5ca46
--- /dev/null
+++ b/godot2/CRTFrame.png
Binary files differ
diff --git a/godot2/CRTViewportDisplay/CRT.scn b/godot2/CRTViewportDisplay/CRT.scn
new file mode 100644
index 0000000..caf3a18
--- /dev/null
+++ b/godot2/CRTViewportDisplay/CRT.scn
Binary files differ
diff --git a/godot2/CRTViewportDisplay/CRTDisplayShader.shd b/godot2/CRTViewportDisplay/CRTDisplayShader.shd
new file mode 100644
index 0000000..4ca4ed4
--- /dev/null
+++ b/godot2/CRTViewportDisplay/CRTDisplayShader.shd
Binary files differ
diff --git a/godot2/CRTViewportDisplay/CRTFrame.png b/godot2/CRTViewportDisplay/CRTFrame.png
new file mode 100644
index 0000000..9c5ca46
--- /dev/null
+++ b/godot2/CRTViewportDisplay/CRTFrame.png
Binary files differ
diff --git a/godot2/CRTViewportDisplay/white.png b/godot2/CRTViewportDisplay/white.png
new file mode 100644
index 0000000..573faa3
--- /dev/null
+++ b/godot2/CRTViewportDisplay/white.png
Binary files differ
diff --git a/godot2/ShaderTestsScreen.scn b/godot2/ShaderTestsScreen.scn
new file mode 100644
index 0000000..2624d54
--- /dev/null
+++ b/godot2/ShaderTestsScreen.scn
Binary files differ
diff --git a/godot2/engine.cfg b/godot2/engine.cfg
new file mode 100644
index 0000000..44f4999
--- /dev/null
+++ b/godot2/engine.cfg
@@ -0,0 +1,5 @@
+[application]
+
+name="ShaderTest"
+main_scene="res://ShaderTestsScreen.scn"
+icon="res://icon.png"
diff --git a/godot2/icon.png b/godot2/icon.png
new file mode 100644
index 0000000..c019ef6
--- /dev/null
+++ b/godot2/icon.png
Binary files differ
diff --git a/godot2/icon.png.flags b/godot2/icon.png.flags
new file mode 100644
index 0000000..5130fd1
--- /dev/null
+++ b/godot2/icon.png.flags
@@ -0,0 +1 @@
+gen_mipmaps=false
diff --git a/godot2/sample.png b/godot2/sample.png
new file mode 100644
index 0000000..200fbf8
--- /dev/null
+++ b/godot2/sample.png
Binary files differ
diff --git a/godot2/white.png b/godot2/white.png
new file mode 100644
index 0000000..573faa3
--- /dev/null
+++ b/godot2/white.png
Binary files differ