diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2cc5bfe --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ + +# Godot 4+ specific ignores +.godot/ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json diff --git a/entity.cfg b/entity.cfg index d7ccea8..b458d36 100644 --- a/entity.cfg +++ b/entity.cfg @@ -1,5 +1,5 @@ -[entity_test] -model="models/Chainsaw.glb" +[entity_0_geometry_col] +;model="models/Chainsaw.glb" type="pickup" scale=Vector3(1.5, 1.5, 1.5) diff --git a/init.cfg b/init.cfg new file mode 100644 index 0000000..66d12b1 --- /dev/null +++ b/init.cfg @@ -0,0 +1,5 @@ +[MAPS] +maps= ["maps/test_map.pck"] + +[WEAPONS] +weapons= ["models/Weapons.pck"] diff --git a/maps/test_map.pck b/maps/test_map.pck index 4d802c3..3234420 100644 Binary files a/maps/test_map.pck and b/maps/test_map.pck differ