diff options
author | Henrique Lacreta Alves <henriquelalves@gmail.com> | 2018-03-13 10:59:48 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-13 10:59:48 -0300 |
commit | e1cfe978b25c5d218a2b369db57640b97e7e0b3e (patch) | |
tree | 62ecb34620a2d742a0dc2feaa63e90da03841530 /godot2 | |
parent | 0d9fa384e7ab23c7dac68ad76c8715e30e180ab4 (diff) | |
parent | f4ff3531b7e42b9b4591dd7460140b2389d520ff (diff) | |
download | plugin-godot-simple-crt-shader-e1cfe978b25c5d218a2b369db57640b97e7e0b3e.tar.gz plugin-godot-simple-crt-shader-e1cfe978b25c5d218a2b369db57640b97e7e0b3e.tar.bz2 plugin-godot-simple-crt-shader-e1cfe978b25c5d218a2b369db57640b97e7e0b3e.zip |
Merge pull request #3 from MohabMohamed/master
Importing to Godot 3.x
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 |