summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormikatomik <mikec_2007@hotmail.com>2022-09-09 23:04:11 -0400
committermikatomik <mikec_2007@hotmail.com>2022-09-09 23:04:11 -0400
commit42c516c2edba3bc40a92dbdcf2ddb6b037c0d2fe (patch)
treea03b69cb6f31f8c25ac1e36ba2c53d81a3eb36a1
downloadgame_jam49-42c516c2edba3bc40a92dbdcf2ddb6b037c0d2fe.tar.gz
game_jam49-42c516c2edba3bc40a92dbdcf2ddb6b037c0d2fe.zip
Commit default structure and game-jam cards
-rw-r--r--.import/.gdignore1
-rw-r--r--.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md53
-rw-r--r--.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stexbin0 -> 1496 bytes
-rw-r--r--default_env.tres7
-rw-r--r--game_jam_49_cards/49-Theme-Unstable.pngbin0 -> 46462 bytes
-rw-r--r--game_jam_49_cards/big-monster.pngbin0 -> 70380 bytes
-rw-r--r--game_jam_49_cards/overgrown.pngbin0 -> 75583 bytes
-rw-r--r--icon.pngbin0 -> 3305 bytes
-rw-r--r--icon.png.import35
-rw-r--r--project.godot26
10 files changed, 72 insertions, 0 deletions
diff --git a/.import/.gdignore b/.import/.gdignore
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/.import/.gdignore
@@ -0,0 +1 @@
+
diff --git a/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 b/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5
new file mode 100644
index 0000000..5328bc7
--- /dev/null
+++ b/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5
@@ -0,0 +1,3 @@
+source_md5="47313fa4c47a9963fddd764e1ec6e4a8"
+dest_md5="26ea799ea0a3da9e753b3ebe822e0570"
+
diff --git a/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex b/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex
new file mode 100644
index 0000000..71f6913
--- /dev/null
+++ b/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex
Binary files differ
diff --git a/default_env.tres b/default_env.tres
new file mode 100644
index 0000000..20207a4
--- /dev/null
+++ b/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/game_jam_49_cards/49-Theme-Unstable.png b/game_jam_49_cards/49-Theme-Unstable.png
new file mode 100644
index 0000000..5a99d7f
--- /dev/null
+++ b/game_jam_49_cards/49-Theme-Unstable.png
Binary files differ
diff --git a/game_jam_49_cards/big-monster.png b/game_jam_49_cards/big-monster.png
new file mode 100644
index 0000000..8b060ce
--- /dev/null
+++ b/game_jam_49_cards/big-monster.png
Binary files differ
diff --git a/game_jam_49_cards/overgrown.png b/game_jam_49_cards/overgrown.png
new file mode 100644
index 0000000..b59ec4c
--- /dev/null
+++ b/game_jam_49_cards/overgrown.png
Binary files differ
diff --git a/icon.png b/icon.png
new file mode 100644
index 0000000..c98fbb6
--- /dev/null
+++ b/icon.png
Binary files differ
diff --git a/icon.png.import b/icon.png.import
new file mode 100644
index 0000000..a4c02e6
--- /dev/null
+++ b/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/project.godot b/project.godot
new file mode 100644
index 0000000..b1f7083
--- /dev/null
+++ b/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="Game Jam 49"
+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"