Skip to content

Commit

Permalink
Implement a basic start to the project in Godot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Makosai committed Sep 22, 2023
1 parent 4a655ef commit 7123e48
Show file tree
Hide file tree
Showing 184 changed files with 629 additions and 6,993 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ export_presets.cfg
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
mono_crash.*.json
builds/*
5 changes: 3 additions & 2 deletions addons/proton_scatter/demos/assets/textures/grid.png.import
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://6xc5b38d25gf"
path.s3tc="res://.godot/imported/grid.png-491581bd748087c94a4b25c27dcb904c.s3tc.ctex"
path.etc2="res://.godot/imported/grid.png-491581bd748087c94a4b25c27dcb904c.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/demos/assets/textures/grid.png"
dest_files=["res://.godot/imported/grid.png-491581bd748087c94a4b25c27dcb904c.s3tc.ctex"]
dest_files=["res://.godot/imported/grid.png-491581bd748087c94a4b25c27dcb904c.s3tc.ctex", "res://.godot/imported/grid.png-491581bd748087c94a4b25c27dcb904c.etc2.ctex"]

[params]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://bjdgw8o5tr1a3"
path.s3tc="res://.godot/imported/mushroom.png-36c0c492b0f6a79e2aa68780d9a86c03.s3tc.ctex"
path.etc2="res://.godot/imported/mushroom.png-36c0c492b0f6a79e2aa68780d9a86c03.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/demos/assets/textures/mushroom.png"
dest_files=["res://.godot/imported/mushroom.png-36c0c492b0f6a79e2aa68780d9a86c03.s3tc.ctex"]
dest_files=["res://.godot/imported/mushroom.png-36c0c492b0f6a79e2aa68780d9a86c03.s3tc.ctex", "res://.godot/imported/mushroom.png-36c0c492b0f6a79e2aa68780d9a86c03.etc2.ctex"]

[params]

Expand Down
5 changes: 3 additions & 2 deletions addons/proton_scatter/demos/assets/textures/sky_2.png.import
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://bgc5rl13dopuj"
path.s3tc="res://.godot/imported/sky_2.png-3246d9ba45b69131effdf515c69428b4.s3tc.ctex"
path.etc2="res://.godot/imported/sky_2.png-3246d9ba45b69131effdf515c69428b4.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/demos/assets/textures/sky_2.png"
dest_files=["res://.godot/imported/sky_2.png-3246d9ba45b69131effdf515c69428b4.s3tc.ctex"]
dest_files=["res://.godot/imported/sky_2.png-3246d9ba45b69131effdf515c69428b4.s3tc.ctex", "res://.godot/imported/sky_2.png-3246d9ba45b69131effdf515c69428b4.etc2.ctex"]

[params]

Expand Down
5 changes: 3 additions & 2 deletions addons/proton_scatter/demos/assets/textures/t_bush.png.import
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://b2a6ylo2enm4g"
path.s3tc="res://.godot/imported/t_bush.png-644d0e155c07db6d89949c275e110f2a.s3tc.ctex"
path.etc2="res://.godot/imported/t_bush.png-644d0e155c07db6d89949c275e110f2a.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/demos/assets/textures/t_bush.png"
dest_files=["res://.godot/imported/t_bush.png-644d0e155c07db6d89949c275e110f2a.s3tc.ctex"]
dest_files=["res://.godot/imported/t_bush.png-644d0e155c07db6d89949c275e110f2a.s3tc.ctex", "res://.godot/imported/t_bush.png-644d0e155c07db6d89949c275e110f2a.etc2.ctex"]

[params]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://d23p13yi7asw0"
path.s3tc="res://.godot/imported/t_grass_2.png-e3f17c2ee365553e0f39f2b5865e73de.s3tc.ctex"
path.etc2="res://.godot/imported/t_grass_2.png-e3f17c2ee365553e0f39f2b5865e73de.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/demos/assets/textures/t_grass_2.png"
dest_files=["res://.godot/imported/t_grass_2.png-e3f17c2ee365553e0f39f2b5865e73de.s3tc.ctex"]
dest_files=["res://.godot/imported/t_grass_2.png-e3f17c2ee365553e0f39f2b5865e73de.s3tc.ctex", "res://.godot/imported/t_grass_2.png-e3f17c2ee365553e0f39f2b5865e73de.etc2.ctex"]

[params]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://drmmcy11y7mho"
path.s3tc="res://.godot/imported/t_leaves_1.png-1d55b008d9a51575d696e027028d7b90.s3tc.ctex"
path.etc2="res://.godot/imported/t_leaves_1.png-1d55b008d9a51575d696e027028d7b90.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/demos/assets/textures/t_leaves_1.png"
dest_files=["res://.godot/imported/t_leaves_1.png-1d55b008d9a51575d696e027028d7b90.s3tc.ctex"]
dest_files=["res://.godot/imported/t_leaves_1.png-1d55b008d9a51575d696e027028d7b90.s3tc.ctex", "res://.godot/imported/t_leaves_1.png-1d55b008d9a51575d696e027028d7b90.etc2.ctex"]

[params]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://ctpb1w0cr8tqc"
path.s3tc="res://.godot/imported/t_pine_branch.png-912fabf99bebd2eee6af2f445a54650e.s3tc.ctex"
path.etc2="res://.godot/imported/t_pine_branch.png-912fabf99bebd2eee6af2f445a54650e.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/demos/assets/textures/t_pine_branch.png"
dest_files=["res://.godot/imported/t_pine_branch.png-912fabf99bebd2eee6af2f445a54650e.s3tc.ctex"]
dest_files=["res://.godot/imported/t_pine_branch.png-912fabf99bebd2eee6af2f445a54650e.s3tc.ctex", "res://.godot/imported/t_pine_branch.png-912fabf99bebd2eee6af2f445a54650e.etc2.ctex"]

[params]

Expand Down
5 changes: 3 additions & 2 deletions addons/proton_scatter/demos/assets/textures/t_rock.jpg.import
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://dqa2jfs1jy0hq"
path.s3tc="res://.godot/imported/t_rock.jpg-ae52c049ee9fab72f1ddf136050fd9ee.s3tc.ctex"
path.etc2="res://.godot/imported/t_rock.jpg-ae52c049ee9fab72f1ddf136050fd9ee.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/demos/assets/textures/t_rock.jpg"
dest_files=["res://.godot/imported/t_rock.jpg-ae52c049ee9fab72f1ddf136050fd9ee.s3tc.ctex"]
dest_files=["res://.godot/imported/t_rock.jpg-ae52c049ee9fab72f1ddf136050fd9ee.s3tc.ctex", "res://.godot/imported/t_rock.jpg-ae52c049ee9fab72f1ddf136050fd9ee.etc2.ctex"]

[params]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://drdh36j6mu3ah"
path.s3tc="res://.godot/imported/t_rock_dirty.png-da395e5af8ffe9e04730e7e21eb6a86a.s3tc.ctex"
path.etc2="res://.godot/imported/t_rock_dirty.png-da395e5af8ffe9e04730e7e21eb6a86a.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/demos/assets/textures/t_rock_dirty.png"
dest_files=["res://.godot/imported/t_rock_dirty.png-da395e5af8ffe9e04730e7e21eb6a86a.s3tc.ctex"]
dest_files=["res://.godot/imported/t_rock_dirty.png-da395e5af8ffe9e04730e7e21eb6a86a.s3tc.ctex", "res://.godot/imported/t_rock_dirty.png-da395e5af8ffe9e04730e7e21eb6a86a.etc2.ctex"]

[params]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://c7pop5xgpxtiv"
path.s3tc="res://.godot/imported/t_tree_bark_rough.png-e025145ebb3b5e0dd14e26284dc6cf59.s3tc.ctex"
path.etc2="res://.godot/imported/t_tree_bark_rough.png-e025145ebb3b5e0dd14e26284dc6cf59.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/demos/assets/textures/t_tree_bark_rough.png"
dest_files=["res://.godot/imported/t_tree_bark_rough.png-e025145ebb3b5e0dd14e26284dc6cf59.s3tc.ctex"]
dest_files=["res://.godot/imported/t_tree_bark_rough.png-e025145ebb3b5e0dd14e26284dc6cf59.s3tc.ctex", "res://.godot/imported/t_tree_bark_rough.png-e025145ebb3b5e0dd14e26284dc6cf59.etc2.ctex"]

[params]

Expand Down
5 changes: 3 additions & 2 deletions addons/proton_scatter/icons/loading/progress1.svg.import
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://bxaffg1bqa2jk"
path.s3tc="res://.godot/imported/progress1.svg-be0037fbccf447743f8ef8f47a7c0ee2.s3tc.ctex"
path.etc2="res://.godot/imported/progress1.svg-be0037fbccf447743f8ef8f47a7c0ee2.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/icons/loading/progress1.svg"
dest_files=["res://.godot/imported/progress1.svg-be0037fbccf447743f8ef8f47a7c0ee2.s3tc.ctex"]
dest_files=["res://.godot/imported/progress1.svg-be0037fbccf447743f8ef8f47a7c0ee2.s3tc.ctex", "res://.godot/imported/progress1.svg-be0037fbccf447743f8ef8f47a7c0ee2.etc2.ctex"]

[params]

Expand Down
5 changes: 3 additions & 2 deletions addons/proton_scatter/icons/loading/progress2.svg.import
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://dt36cq4i6vxbp"
path.s3tc="res://.godot/imported/progress2.svg-fe953d9d0296f6129c15dc4d732f5036.s3tc.ctex"
path.etc2="res://.godot/imported/progress2.svg-fe953d9d0296f6129c15dc4d732f5036.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/icons/loading/progress2.svg"
dest_files=["res://.godot/imported/progress2.svg-fe953d9d0296f6129c15dc4d732f5036.s3tc.ctex"]
dest_files=["res://.godot/imported/progress2.svg-fe953d9d0296f6129c15dc4d732f5036.s3tc.ctex", "res://.godot/imported/progress2.svg-fe953d9d0296f6129c15dc4d732f5036.etc2.ctex"]

[params]

Expand Down
5 changes: 3 additions & 2 deletions addons/proton_scatter/icons/loading/progress3.svg.import
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://c0xe1mmwhexf3"
path.s3tc="res://.godot/imported/progress3.svg-9b96e4f9ec9592ba4e14d1fca5e2edaf.s3tc.ctex"
path.etc2="res://.godot/imported/progress3.svg-9b96e4f9ec9592ba4e14d1fca5e2edaf.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/icons/loading/progress3.svg"
dest_files=["res://.godot/imported/progress3.svg-9b96e4f9ec9592ba4e14d1fca5e2edaf.s3tc.ctex"]
dest_files=["res://.godot/imported/progress3.svg-9b96e4f9ec9592ba4e14d1fca5e2edaf.s3tc.ctex", "res://.godot/imported/progress3.svg-9b96e4f9ec9592ba4e14d1fca5e2edaf.etc2.ctex"]

[params]

Expand Down
5 changes: 3 additions & 2 deletions addons/proton_scatter/icons/loading/progress4.svg.import
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://b55ls3njsgrix"
path.s3tc="res://.godot/imported/progress4.svg-e2235c67c95e8b1b5d94112afa435dbe.s3tc.ctex"
path.etc2="res://.godot/imported/progress4.svg-e2235c67c95e8b1b5d94112afa435dbe.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/icons/loading/progress4.svg"
dest_files=["res://.godot/imported/progress4.svg-e2235c67c95e8b1b5d94112afa435dbe.s3tc.ctex"]
dest_files=["res://.godot/imported/progress4.svg-e2235c67c95e8b1b5d94112afa435dbe.s3tc.ctex", "res://.godot/imported/progress4.svg-e2235c67c95e8b1b5d94112afa435dbe.etc2.ctex"]

[params]

Expand Down
5 changes: 3 additions & 2 deletions addons/proton_scatter/icons/loading/progress5.svg.import
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://fq4k4ug1df24"
path.s3tc="res://.godot/imported/progress5.svg-3fde5493af5eae7b285bd2c5003ffa8b.s3tc.ctex"
path.etc2="res://.godot/imported/progress5.svg-3fde5493af5eae7b285bd2c5003ffa8b.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/icons/loading/progress5.svg"
dest_files=["res://.godot/imported/progress5.svg-3fde5493af5eae7b285bd2c5003ffa8b.s3tc.ctex"]
dest_files=["res://.godot/imported/progress5.svg-3fde5493af5eae7b285bd2c5003ffa8b.s3tc.ctex", "res://.godot/imported/progress5.svg-3fde5493af5eae7b285bd2c5003ffa8b.etc2.ctex"]

[params]

Expand Down
5 changes: 3 additions & 2 deletions addons/proton_scatter/icons/loading/progress6.svg.import
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://c2kqooswn03uj"
path.s3tc="res://.godot/imported/progress6.svg-3aa5747c4f878020609e583ec4f95b8d.s3tc.ctex"
path.etc2="res://.godot/imported/progress6.svg-3aa5747c4f878020609e583ec4f95b8d.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/icons/loading/progress6.svg"
dest_files=["res://.godot/imported/progress6.svg-3aa5747c4f878020609e583ec4f95b8d.s3tc.ctex"]
dest_files=["res://.godot/imported/progress6.svg-3aa5747c4f878020609e583ec4f95b8d.s3tc.ctex", "res://.godot/imported/progress6.svg-3aa5747c4f878020609e583ec4f95b8d.etc2.ctex"]

[params]

Expand Down
5 changes: 3 additions & 2 deletions addons/proton_scatter/icons/loading/progress7.svg.import
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://8wacu74d4d6s"
path.s3tc="res://.godot/imported/progress7.svg-c2021ffd30acd67c6a669d6fc56fe8bf.s3tc.ctex"
path.etc2="res://.godot/imported/progress7.svg-c2021ffd30acd67c6a669d6fc56fe8bf.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/icons/loading/progress7.svg"
dest_files=["res://.godot/imported/progress7.svg-c2021ffd30acd67c6a669d6fc56fe8bf.s3tc.ctex"]
dest_files=["res://.godot/imported/progress7.svg-c2021ffd30acd67c6a669d6fc56fe8bf.s3tc.ctex", "res://.godot/imported/progress7.svg-c2021ffd30acd67c6a669d6fc56fe8bf.etc2.ctex"]

[params]

Expand Down
5 changes: 3 additions & 2 deletions addons/proton_scatter/icons/loading/progress8.svg.import
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://boeljf8xa2s5d"
path.s3tc="res://.godot/imported/progress8.svg-f4c6912cb79e58fffa4e23976af93b45.s3tc.ctex"
path.etc2="res://.godot/imported/progress8.svg-f4c6912cb79e58fffa4e23976af93b45.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/icons/loading/progress8.svg"
dest_files=["res://.godot/imported/progress8.svg-f4c6912cb79e58fffa4e23976af93b45.s3tc.ctex"]
dest_files=["res://.godot/imported/progress8.svg-f4c6912cb79e58fffa4e23976af93b45.s3tc.ctex", "res://.godot/imported/progress8.svg-f4c6912cb79e58fffa4e23976af93b45.etc2.ctex"]

[params]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://dmjp2vpqp4qjy"
path.s3tc="res://.godot/imported/main_handle.svg-e76638c615070e68035d2b711214a1fc.s3tc.ctex"
path.etc2="res://.godot/imported/main_handle.svg-e76638c615070e68035d2b711214a1fc.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/src/shapes/gizmos_plugin/icons/main_handle.svg"
dest_files=["res://.godot/imported/main_handle.svg-e76638c615070e68035d2b711214a1fc.s3tc.ctex"]
dest_files=["res://.godot/imported/main_handle.svg-e76638c615070e68035d2b711214a1fc.s3tc.ctex", "res://.godot/imported/main_handle.svg-e76638c615070e68035d2b711214a1fc.etc2.ctex"]

[params]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ importer="texture"
type="CompressedTexture2D"
uid="uid://kygbxbbnqkdh"
path.s3tc="res://.godot/imported/secondary_handle.svg-d46e6e295afbc9a7509025fe11144dfd.s3tc.ctex"
path.etc2="res://.godot/imported/secondary_handle.svg-d46e6e295afbc9a7509025fe11144dfd.etc2.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"imported_formats": ["s3tc_bptc", "etc2_astc"],
"vram_texture": true
}

[deps]

source_file="res://addons/proton_scatter/src/shapes/gizmos_plugin/icons/secondary_handle.svg"
dest_files=["res://.godot/imported/secondary_handle.svg-d46e6e295afbc9a7509025fe11144dfd.s3tc.ctex"]
dest_files=["res://.godot/imported/secondary_handle.svg-d46e6e295afbc9a7509025fe11144dfd.s3tc.ctex", "res://.godot/imported/secondary_handle.svg-d46e6e295afbc9a7509025fe11144dfd.etc2.ctex"]

[params]

Expand Down
Loading

0 comments on commit 7123e48

Please sign in to comment.