From 9a28258ed9937770c11ef5794701014c9870abd5 Mon Sep 17 00:00:00 2001 From: Henrique Alves Date: Sun, 19 Apr 2020 19:09:06 -0300 Subject: setting up master to godot 3 --- godot2/CRTDisplayShader.shd | Bin 2107 -> 0 bytes godot2/CRTFrame.png | Bin 17559 -> 0 bytes godot2/CRTViewportDisplay/CRT.scn | Bin 3540 -> 0 bytes godot2/CRTViewportDisplay/CRTDisplayShader.shd | Bin 2126 -> 0 bytes godot2/CRTViewportDisplay/CRTFrame.png | Bin 17559 -> 0 bytes godot2/CRTViewportDisplay/white.png | Bin 174 -> 0 bytes godot2/ShaderTestsScreen.scn | Bin 4209 -> 0 bytes godot2/engine.cfg | 5 ----- godot2/icon.png | Bin 2736 -> 0 bytes godot2/icon.png.flags | 1 - godot2/sample.png | Bin 254953 -> 0 bytes godot2/white.png | Bin 174 -> 0 bytes 12 files changed, 6 deletions(-) delete mode 100644 godot2/CRTDisplayShader.shd delete mode 100644 godot2/CRTFrame.png delete mode 100644 godot2/CRTViewportDisplay/CRT.scn delete mode 100644 godot2/CRTViewportDisplay/CRTDisplayShader.shd delete mode 100644 godot2/CRTViewportDisplay/CRTFrame.png delete mode 100644 godot2/CRTViewportDisplay/white.png delete mode 100644 godot2/ShaderTestsScreen.scn delete mode 100644 godot2/engine.cfg delete mode 100644 godot2/icon.png delete mode 100644 godot2/icon.png.flags delete mode 100644 godot2/sample.png delete mode 100644 godot2/white.png (limited to 'godot2') diff --git a/godot2/CRTDisplayShader.shd b/godot2/CRTDisplayShader.shd deleted file mode 100644 index 6b0c8a3..0000000 Binary files a/godot2/CRTDisplayShader.shd and /dev/null differ diff --git a/godot2/CRTFrame.png b/godot2/CRTFrame.png deleted file mode 100644 index 9c5ca46..0000000 Binary files a/godot2/CRTFrame.png and /dev/null differ diff --git a/godot2/CRTViewportDisplay/CRT.scn b/godot2/CRTViewportDisplay/CRT.scn deleted file mode 100644 index caf3a18..0000000 Binary files a/godot2/CRTViewportDisplay/CRT.scn and /dev/null differ diff --git a/godot2/CRTViewportDisplay/CRTDisplayShader.shd b/godot2/CRTViewportDisplay/CRTDisplayShader.shd deleted file mode 100644 index 4ca4ed4..0000000 Binary files a/godot2/CRTViewportDisplay/CRTDisplayShader.shd and /dev/null differ diff --git a/godot2/CRTViewportDisplay/CRTFrame.png b/godot2/CRTViewportDisplay/CRTFrame.png deleted file mode 100644 index 9c5ca46..0000000 Binary files a/godot2/CRTViewportDisplay/CRTFrame.png and /dev/null differ diff --git a/godot2/CRTViewportDisplay/white.png b/godot2/CRTViewportDisplay/white.png deleted file mode 100644 index 573faa3..0000000 Binary files a/godot2/CRTViewportDisplay/white.png and /dev/null differ diff --git a/godot2/ShaderTestsScreen.scn b/godot2/ShaderTestsScreen.scn deleted file mode 100644 index 2624d54..0000000 Binary files a/godot2/ShaderTestsScreen.scn and /dev/null differ diff --git a/godot2/engine.cfg b/godot2/engine.cfg deleted file mode 100644 index 44f4999..0000000 --- a/godot2/engine.cfg +++ /dev/null @@ -1,5 +0,0 @@ -[application] - -name="ShaderTest" -main_scene="res://ShaderTestsScreen.scn" -icon="res://icon.png" diff --git a/godot2/icon.png b/godot2/icon.png deleted file mode 100644 index c019ef6..0000000 Binary files a/godot2/icon.png and /dev/null differ diff --git a/godot2/icon.png.flags b/godot2/icon.png.flags deleted file mode 100644 index 5130fd1..0000000 --- a/godot2/icon.png.flags +++ /dev/null @@ -1 +0,0 @@ -gen_mipmaps=false diff --git a/godot2/sample.png b/godot2/sample.png deleted file mode 100644 index 200fbf8..0000000 Binary files a/godot2/sample.png and /dev/null differ diff --git a/godot2/white.png b/godot2/white.png deleted file mode 100644 index 573faa3..0000000 Binary files a/godot2/white.png and /dev/null differ -- cgit v1.2.3