diff --git a/godot/default_env.tres b/godot/default_env.tres new file mode 100644 index 0000000..20207a4 --- /dev/null +++ b/godot/default_env.tres @@ -0,0 +1,7 @@ +[gd_resource type="Environment" load_steps=2 format=2] + +[sub_resource type="ProceduralSky" id=1] + +[resource] +background_mode = 2 +background_sky = SubResource( 1 ) diff --git a/godot/icon.png b/godot/icon.png new file mode 100644 index 0000000..c98fbb6 Binary files /dev/null and b/godot/icon.png differ diff --git a/godot/icon.png.import b/godot/icon.png.import new file mode 100644 index 0000000..a4c02e6 --- /dev/null +++ b/godot/icon.png.import @@ -0,0 +1,35 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icon.png" +dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +process/normal_map_invert_y=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/godot/main_screen.tscn b/godot/main_screen.tscn new file mode 100644 index 0000000..20e93bd --- /dev/null +++ b/godot/main_screen.tscn @@ -0,0 +1,3 @@ +[gd_scene format=2] + +[node name="CanvasLayer" type="CanvasLayer"] diff --git a/godot/project.godot b/godot/project.godot new file mode 100644 index 0000000..dd3e5c1 --- /dev/null +++ b/godot/project.godot @@ -0,0 +1,26 @@ +; Engine configuration file. +; It's best edited using the editor UI and not directly, +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters + +config_version=4 + +[application] + +config/name="Godot" +config/icon="res://icon.png" + +[gui] + +common/drop_mouse_on_gui_input_disabled=true + +[physics] + +common/enable_pause_aware_picking=true + +[rendering] + +environment/default_environment="res://default_env.tres" diff --git a/makefile b/makefile new file mode 100644 index 0000000..c10e7c8 --- /dev/null +++ b/makefile @@ -0,0 +1,4 @@ +git: + git add -A + git commit -m "$m" + git push diff --git a/notes/leahy_note.md b/notes/leahy_note.md new file mode 100644 index 0000000..d718772 --- /dev/null +++ b/notes/leahy_note.md @@ -0,0 +1,13 @@ +# Leahy Philosophy + +- Get permission from author +- Build a web-based version to complete + +http://authenticeducating.com/authentic-educating_285.html +That's the main website + +https://wps.ablongman.com/wps/media/objects/811/831215/philo.pdf +Someone's got permission + +https://philosophicalteacher.blogspot.com/2007/11/philosophic-inventory.html +Someone added it to their website \ No newline at end of file