Skip to content

Commit

Permalink
feat: mg34
Browse files Browse the repository at this point in the history
  • Loading branch information
buxx committed May 24, 2024
1 parent 39babf5 commit 305b40c
Show file tree
Hide file tree
Showing 52 changed files with 1,514 additions and 1,739 deletions.
25 changes: 24 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@
"--side-a-control",
"SW",
"--side-b-control",
"ALL"
"ALL",
"--init-sync"
],
"cwd": "${workspaceFolder}",
"env": {
Expand Down Expand Up @@ -1312,5 +1313,27 @@
"RUST_BACKTRACE": "1"
}
},
{
"type": "lldb",
"request": "launch",
"name": "mg34 --release",
"cargo": {
"args": [
"build",
"--bin=mg34",
"--package=examples",
"--release"
],
"filter": {
"name": "mg34",
"kind": "bin"
}
},
"args": [],
"cwd": "${workspaceFolder}",
"env": {
"RUST_BACKTRACE": "1"
}
},
]
}
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
"ocbs",
"opencombat",
"pathfinding",
"Patronengurt",
"Patronengurtx",
"recv",
"rstest",
"rustbuild",
Expand Down
2 changes: 2 additions & 0 deletions CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ BulletWallImpact1 : https://freesound.org/people/toxicwafflezz/sounds/150838/
BulletGroundImpact1 : https://freesound.org/people/toxicwafflezz/sounds/150839/
Bren : Clean Machine Gun Burst by qubodup -- https://freesound.org/s/482122/
ReloadGeneric1 : Chambering 1 by magnuswaker -- https://freesound.org/s/523058/
Bren photo: https://en.wikipedia.org/wiki/File:8th_Royal_Scots_halted_27-10-1944.jpg
mg34 photo: https://en.wikipedia.org/wiki/File:Walki_uliczne_we_wsi_na_froncie_wschodnim_(2-1008).jpg

Map sources :
- Grass : p0ss https://opengameart.org/node/9717
Expand Down
3 changes: 2 additions & 1 deletion assets/demo1_deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -2114,5 +2114,6 @@
}
],
"vehicles": [],
"boards": {}
"boards": {},
"squad_types": {}
}
Loading

0 comments on commit 305b40c

Please sign in to comment.