Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderFoo committed Dec 15, 2022
1 parent 289fb3c commit 7639769
Show file tree
Hide file tree
Showing 87 changed files with 28,000 additions and 19 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ to the [issue tracker][2] in our GitHub repository. Even better, you can submit
a Pull Request with a fix. However, before doing so, please read the
[submission guidelines][3].

[2]: https://github.com/Core-Team-META/CC-Template-Repository
[2]: https://github.com/ManticoreGamesInc/CC-Bartending
[3]: #submission-guidelines

### Missing a feature?
Expand Down Expand Up @@ -71,7 +71,7 @@ go ahead.
are no errors. This is a mandatory requirement for your PR to get accepted.

3. **Pull Request**: After making sure everything passes, commit your changes,
push your branch to GitHub and send a PR to `Core-Team-META/CC-Template-Repository:main`.
push your branch to GitHub and send a PR to `ManticoreGamesInc/CC-Bartending:main`.
If we suggest changes, make the required updates, rebase your branch and push the
changes to your GitHub repository, which will automatically update your PR.

Expand Down
56 changes: 56 additions & 0 deletions Data/BindingSets/Ability.pbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
Assets {
Id: 7528756236054095518
Name: "Ability"
PlatformAssetType: 29
SerializationVersion: 121
VirtualFolderPath: "Bartending"
BindingSetAsset {
Bindings {
BindingType {
Value: "mc:ebindingtype:basic"
}
BasicBindingData {
BasicInputs {
KeyboardPrimary {
Value: "mc:ebindingkeyboard:leftclick"
}
KeyboardSecondary {
Value: "mc:ebindingkeyboard:none"
}
Controller {
Value: "mc:ebindinggamepad:righttrigger"
}
}
}
Action: "Throw"
CoreBehavior {
Value: "mc:ecorebehavior:none"
}
IsEnabledOnStart: true
}
Bindings {
BindingType {
Value: "mc:ebindingtype:basic"
}
BasicBindingData {
BasicInputs {
KeyboardPrimary {
Value: "mc:ebindingkeyboard:leftclick"
}
KeyboardSecondary {
Value: "mc:ebindingkeyboard:none"
}
Controller {
Value: "mc:ebindinggamepad:x"
}
}
}
Action: "Drink"
CoreBehavior {
Value: "mc:ecorebehavior:none"
}
Networked: true
IsEnabledOnStart: true
}
}
}
Loading

0 comments on commit 7639769

Please sign in to comment.