diff options
author | MohabMohamed <mohab.m.mohamed@gmail.com> | 2018-03-06 22:14:34 +0200 |
---|---|---|
committer | MohabMohamed <mohab.m.mohamed@gmail.com> | 2018-03-06 22:14:34 +0200 |
commit | cd91412e7b538d867870b3c4b96bbddf22dc32eb (patch) | |
tree | ccf537acbe037e619a11970d8df9e8e8232872b5 /godot2 | |
parent | 0d9fa384e7ab23c7dac68ad76c8715e30e180ab4 (diff) | |
download | plugin-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.shd | bin | 0 -> 2107 bytes | |||
-rw-r--r-- | godot2/CRTFrame.png | bin | 0 -> 17559 bytes | |||
-rw-r--r-- | godot2/CRTViewportDisplay/CRT.scn | bin | 0 -> 3540 bytes | |||
-rw-r--r-- | godot2/CRTViewportDisplay/CRTDisplayShader.shd | bin | 0 -> 2126 bytes | |||
-rw-r--r-- | godot2/CRTViewportDisplay/CRTFrame.png | bin | 0 -> 17559 bytes | |||
-rw-r--r-- | godot2/CRTViewportDisplay/white.png | bin | 0 -> 174 bytes | |||
-rw-r--r-- | godot2/ShaderTestsScreen.scn | bin | 0 -> 4209 bytes | |||
-rw-r--r-- | godot2/engine.cfg | 5 | ||||
-rw-r--r-- | godot2/icon.png | bin | 0 -> 2736 bytes | |||
-rw-r--r-- | godot2/icon.png.flags | 1 | ||||
-rw-r--r-- | godot2/sample.png | bin | 0 -> 254953 bytes | |||
-rw-r--r-- | godot2/white.png | bin | 0 -> 174 bytes |
12 files changed, 6 insertions, 0 deletions
diff --git a/godot2/CRTDisplayShader.shd b/godot2/CRTDisplayShader.shd Binary files differnew file mode 100644 index 0000000..6b0c8a3 --- /dev/null +++ b/godot2/CRTDisplayShader.shd diff --git a/godot2/CRTFrame.png b/godot2/CRTFrame.png Binary files differnew file mode 100644 index 0000000..9c5ca46 --- /dev/null +++ b/godot2/CRTFrame.png diff --git a/godot2/CRTViewportDisplay/CRT.scn b/godot2/CRTViewportDisplay/CRT.scn Binary files differnew file mode 100644 index 0000000..caf3a18 --- /dev/null +++ b/godot2/CRTViewportDisplay/CRT.scn diff --git a/godot2/CRTViewportDisplay/CRTDisplayShader.shd b/godot2/CRTViewportDisplay/CRTDisplayShader.shd Binary files differnew file mode 100644 index 0000000..4ca4ed4 --- /dev/null +++ b/godot2/CRTViewportDisplay/CRTDisplayShader.shd diff --git a/godot2/CRTViewportDisplay/CRTFrame.png b/godot2/CRTViewportDisplay/CRTFrame.png Binary files differnew file mode 100644 index 0000000..9c5ca46 --- /dev/null +++ b/godot2/CRTViewportDisplay/CRTFrame.png diff --git a/godot2/CRTViewportDisplay/white.png b/godot2/CRTViewportDisplay/white.png Binary files differnew file mode 100644 index 0000000..573faa3 --- /dev/null +++ b/godot2/CRTViewportDisplay/white.png diff --git a/godot2/ShaderTestsScreen.scn b/godot2/ShaderTestsScreen.scn Binary files differnew file mode 100644 index 0000000..2624d54 --- /dev/null +++ b/godot2/ShaderTestsScreen.scn 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 Binary files differnew file mode 100644 index 0000000..c019ef6 --- /dev/null +++ b/godot2/icon.png 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 Binary files differnew file mode 100644 index 0000000..200fbf8 --- /dev/null +++ b/godot2/sample.png diff --git a/godot2/white.png b/godot2/white.png Binary files differnew file mode 100644 index 0000000..573faa3 --- /dev/null +++ b/godot2/white.png |