From cd91412e7b538d867870b3c4b96bbddf22dc32eb Mon Sep 17 00:00:00 2001 From: MohabMohamed Date: Tue, 6 Mar 2018 22:14:34 +0200 Subject: setting up godot 3 project --- godot2/CRTDisplayShader.shd | Bin 0 -> 2107 bytes godot2/CRTFrame.png | Bin 0 -> 17559 bytes godot2/CRTViewportDisplay/CRT.scn | Bin 0 -> 3540 bytes godot2/CRTViewportDisplay/CRTDisplayShader.shd | Bin 0 -> 2126 bytes godot2/CRTViewportDisplay/CRTFrame.png | Bin 0 -> 17559 bytes godot2/CRTViewportDisplay/white.png | Bin 0 -> 174 bytes godot2/ShaderTestsScreen.scn | Bin 0 -> 4209 bytes godot2/engine.cfg | 5 +++++ godot2/icon.png | Bin 0 -> 2736 bytes godot2/icon.png.flags | 1 + godot2/sample.png | Bin 0 -> 254953 bytes godot2/white.png | Bin 0 -> 174 bytes 12 files changed, 6 insertions(+) create mode 100644 godot2/CRTDisplayShader.shd create mode 100644 godot2/CRTFrame.png create mode 100644 godot2/CRTViewportDisplay/CRT.scn create mode 100644 godot2/CRTViewportDisplay/CRTDisplayShader.shd create mode 100644 godot2/CRTViewportDisplay/CRTFrame.png create mode 100644 godot2/CRTViewportDisplay/white.png create mode 100644 godot2/ShaderTestsScreen.scn create mode 100644 godot2/engine.cfg create mode 100644 godot2/icon.png create mode 100644 godot2/icon.png.flags create mode 100644 godot2/sample.png create mode 100644 godot2/white.png (limited to 'godot2') diff --git a/godot2/CRTDisplayShader.shd b/godot2/CRTDisplayShader.shd new file mode 100644 index 0000000..6b0c8a3 Binary files /dev/null and b/godot2/CRTDisplayShader.shd differ diff --git a/godot2/CRTFrame.png b/godot2/CRTFrame.png new file mode 100644 index 0000000..9c5ca46 Binary files /dev/null and b/godot2/CRTFrame.png differ diff --git a/godot2/CRTViewportDisplay/CRT.scn b/godot2/CRTViewportDisplay/CRT.scn new file mode 100644 index 0000000..caf3a18 Binary files /dev/null and b/godot2/CRTViewportDisplay/CRT.scn differ diff --git a/godot2/CRTViewportDisplay/CRTDisplayShader.shd b/godot2/CRTViewportDisplay/CRTDisplayShader.shd new file mode 100644 index 0000000..4ca4ed4 Binary files /dev/null and b/godot2/CRTViewportDisplay/CRTDisplayShader.shd differ diff --git a/godot2/CRTViewportDisplay/CRTFrame.png b/godot2/CRTViewportDisplay/CRTFrame.png new file mode 100644 index 0000000..9c5ca46 Binary files /dev/null and b/godot2/CRTViewportDisplay/CRTFrame.png differ diff --git a/godot2/CRTViewportDisplay/white.png b/godot2/CRTViewportDisplay/white.png new file mode 100644 index 0000000..573faa3 Binary files /dev/null and b/godot2/CRTViewportDisplay/white.png differ diff --git a/godot2/ShaderTestsScreen.scn b/godot2/ShaderTestsScreen.scn new file mode 100644 index 0000000..2624d54 Binary files /dev/null and b/godot2/ShaderTestsScreen.scn 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 Binary files /dev/null and b/godot2/icon.png 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 Binary files /dev/null and b/godot2/sample.png differ diff --git a/godot2/white.png b/godot2/white.png new file mode 100644 index 0000000..573faa3 Binary files /dev/null and b/godot2/white.png differ -- cgit v1.2.3