diff options
author | Henrique L. Alves <henriquelalves@gmail.com> | 2016-02-16 19:18:33 -0700 |
---|---|---|
committer | Henrique L. Alves <henriquelalves@gmail.com> | 2016-02-16 19:18:33 -0700 |
commit | 2dedc374a2770ef6e8c9b4370e9b93c4168a7b67 (patch) | |
tree | 22b7128f16e0061cf24de1ab810f37ae589557ed | |
parent | 8a7e3db727afc8d9ff142d3d09153995fcde020e (diff) | |
download | plugin-godot-simple-crt-shader-2dedc374a2770ef6e8c9b4370e9b93c4168a7b67.tar.gz plugin-godot-simple-crt-shader-2dedc374a2770ef6e8c9b4370e9b93c4168a7b67.tar.bz2 plugin-godot-simple-crt-shader-2dedc374a2770ef6e8c9b4370e9b93c4168a7b67.zip |
Updated the project, made it a little more understandable
-rw-r--r-- | CRT.scn | bin | 2053 -> 0 bytes | |||
-rw-r--r-- | CRTDisplayShader.shd | bin | 0 -> 2107 bytes | |||
-rw-r--r-- | CRTFrame.png (renamed from GRwTNJi.png) | bin | 17559 -> 17559 bytes | |||
-rw-r--r-- | CRTViewportDisplay/CRT.scn | bin | 0 -> 3540 bytes | |||
-rw-r--r-- | CRTViewportDisplay/CRTDisplayShader.shd | bin | 0 -> 2126 bytes | |||
-rw-r--r-- | CRTViewportDisplay/CRTFrame.png | bin | 0 -> 17559 bytes | |||
-rw-r--r-- | CRTViewportDisplay/white.png | bin | 0 -> 174 bytes | |||
-rw-r--r-- | ShaderTest.scn | bin | 5170 -> 0 bytes | |||
-rw-r--r-- | ShaderTestsScreen.scn | bin | 6343 -> 4209 bytes | |||
-rw-r--r-- | engine.cfg | 2 |
10 files changed, 1 insertions, 1 deletions
diff --git a/CRT.scn b/CRT.scn Binary files differdeleted file mode 100644 index 7775c9a..0000000 --- a/CRT.scn +++ /dev/null diff --git a/CRTDisplayShader.shd b/CRTDisplayShader.shd Binary files differnew file mode 100644 index 0000000..6b0c8a3 --- /dev/null +++ b/CRTDisplayShader.shd diff --git a/GRwTNJi.png b/CRTFrame.png Binary files differindex 9c5ca46..9c5ca46 100644 --- a/GRwTNJi.png +++ b/CRTFrame.png diff --git a/CRTViewportDisplay/CRT.scn b/CRTViewportDisplay/CRT.scn Binary files differnew file mode 100644 index 0000000..caf3a18 --- /dev/null +++ b/CRTViewportDisplay/CRT.scn diff --git a/CRTViewportDisplay/CRTDisplayShader.shd b/CRTViewportDisplay/CRTDisplayShader.shd Binary files differnew file mode 100644 index 0000000..4ca4ed4 --- /dev/null +++ b/CRTViewportDisplay/CRTDisplayShader.shd diff --git a/CRTViewportDisplay/CRTFrame.png b/CRTViewportDisplay/CRTFrame.png Binary files differnew file mode 100644 index 0000000..9c5ca46 --- /dev/null +++ b/CRTViewportDisplay/CRTFrame.png diff --git a/CRTViewportDisplay/white.png b/CRTViewportDisplay/white.png Binary files differnew file mode 100644 index 0000000..573faa3 --- /dev/null +++ b/CRTViewportDisplay/white.png diff --git a/ShaderTest.scn b/ShaderTest.scn Binary files differdeleted file mode 100644 index 9c15aa6..0000000 --- a/ShaderTest.scn +++ /dev/null diff --git a/ShaderTestsScreen.scn b/ShaderTestsScreen.scn Binary files differindex 3388e39..2624d54 100644 --- a/ShaderTestsScreen.scn +++ b/ShaderTestsScreen.scn @@ -1,5 +1,5 @@ [application] name="ShaderTest" -main_scene="res://ShaderTest.scn" +main_scene="res://ShaderTestsScreen.scn" icon="res://icon.png" |