Compare commits
1 Commits
10f7ee46ae
...
59e32bcbad
| Author | SHA1 | Date | |
|---|---|---|---|
| 59e32bcbad |
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -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
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
[entity_test]
|
[entity_0_geometry_col]
|
||||||
model="models/Chainsaw.glb"
|
;model="models/Chainsaw.glb"
|
||||||
type="pickup"
|
type="pickup"
|
||||||
scale=Vector3(1.5, 1.5, 1.5)
|
scale=Vector3(1.5, 1.5, 1.5)
|
||||||
|
|
||||||
|
|||||||
5
init.cfg
Normal file
5
init.cfg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[MAPS]
|
||||||
|
maps= ["maps/test_map.pck"]
|
||||||
|
|
||||||
|
[WEAPONS]
|
||||||
|
weapons= ["models/Weapons.pck"]
|
||||||
Binary file not shown.
Reference in New Issue
Block a user