update file perms
This commit is contained in:
parent
1f8ecf9a9e
commit
b8c34a37b6
44 changed files with 8 additions and 7 deletions
0
.cargo/config.toml
Normal file → Executable file
0
.cargo/config.toml
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
Cargo.lock
generated
Normal file → Executable file
0
Cargo.lock
generated
Normal file → Executable file
0
Cargo.toml
Normal file → Executable file
0
Cargo.toml
Normal file → Executable file
1
README.md
Normal file
1
README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
test
|
||||
0
assets/settings/camera.ron
Normal file → Executable file
0
assets/settings/camera.ron
Normal file → Executable file
14
assets/settings/input_map.ron
Normal file → Executable file
14
assets/settings/input_map.ron
Normal file → Executable file
|
|
@ -1,7 +1,7 @@
|
|||
(
|
||||
map: {
|
||||
MouseMovementY: [
|
||||
CameraPanY,
|
||||
KeyCode(F1): [
|
||||
ToggleDebugUI,
|
||||
],
|
||||
MouseScroll: [
|
||||
CameraZoom,
|
||||
|
|
@ -10,17 +10,17 @@
|
|||
CameraYaw,
|
||||
CameraPanX,
|
||||
],
|
||||
MouseMovementY: [
|
||||
CameraPanY,
|
||||
],
|
||||
KeyCode(Escape): [
|
||||
TogglePause,
|
||||
],
|
||||
MouseButton(Middle): [
|
||||
CameraOrbitEnable,
|
||||
],
|
||||
MouseButton(Left): [
|
||||
CameraPanEnable,
|
||||
],
|
||||
KeyCode(F1): [
|
||||
ToggleDebugUI,
|
||||
MouseButton(Middle): [
|
||||
CameraOrbitEnable,
|
||||
],
|
||||
},
|
||||
)
|
||||
0
crates/building/Cargo.toml
Normal file → Executable file
0
crates/building/Cargo.toml
Normal file → Executable file
0
crates/building/src/lib.rs
Normal file → Executable file
0
crates/building/src/lib.rs
Normal file → Executable file
0
crates/building_core/Cargo.toml
Normal file → Executable file
0
crates/building_core/Cargo.toml
Normal file → Executable file
0
crates/building_core/src/lib.rs
Normal file → Executable file
0
crates/building_core/src/lib.rs
Normal file → Executable file
0
crates/building_impaler/Cargo.toml
Normal file → Executable file
0
crates/building_impaler/Cargo.toml
Normal file → Executable file
0
crates/building_impaler/src/lib.rs
Normal file → Executable file
0
crates/building_impaler/src/lib.rs
Normal file → Executable file
0
crates/camera/Cargo.toml
Normal file → Executable file
0
crates/camera/Cargo.toml
Normal file → Executable file
0
crates/camera/src/lib.rs
Normal file → Executable file
0
crates/camera/src/lib.rs
Normal file → Executable file
0
crates/combat/Cargo.toml
Normal file → Executable file
0
crates/combat/Cargo.toml
Normal file → Executable file
0
crates/combat/src/lib.rs
Normal file → Executable file
0
crates/combat/src/lib.rs
Normal file → Executable file
0
crates/combat_damagers/Cargo.toml
Normal file → Executable file
0
crates/combat_damagers/Cargo.toml
Normal file → Executable file
0
crates/combat_damagers/src/lib.rs
Normal file → Executable file
0
crates/combat_damagers/src/lib.rs
Normal file → Executable file
0
crates/inhabitant/Cargo.toml
Normal file → Executable file
0
crates/inhabitant/Cargo.toml
Normal file → Executable file
0
crates/inhabitant/src/lib.rs
Normal file → Executable file
0
crates/inhabitant/src/lib.rs
Normal file → Executable file
0
crates/inhabitant_coranth/Cargo.toml
Normal file → Executable file
0
crates/inhabitant_coranth/Cargo.toml
Normal file → Executable file
0
crates/inhabitant_coranth/src/lib.rs
Normal file → Executable file
0
crates/inhabitant_coranth/src/lib.rs
Normal file → Executable file
0
crates/input/Cargo.toml
Normal file → Executable file
0
crates/input/Cargo.toml
Normal file → Executable file
0
crates/input/src/actions.rs
Normal file → Executable file
0
crates/input/src/actions.rs
Normal file → Executable file
0
crates/input/src/conditions.rs
Normal file → Executable file
0
crates/input/src/conditions.rs
Normal file → Executable file
0
crates/input/src/lib.rs
Normal file → Executable file
0
crates/input/src/lib.rs
Normal file → Executable file
0
crates/level/Cargo.toml
Normal file → Executable file
0
crates/level/Cargo.toml
Normal file → Executable file
0
crates/level/src/lib.rs
Normal file → Executable file
0
crates/level/src/lib.rs
Normal file → Executable file
0
crates/physics/Cargo.toml
Normal file → Executable file
0
crates/physics/Cargo.toml
Normal file → Executable file
0
crates/physics/src/lib.rs
Normal file → Executable file
0
crates/physics/src/lib.rs
Normal file → Executable file
0
crates/setup/Cargo.toml
Normal file → Executable file
0
crates/setup/Cargo.toml
Normal file → Executable file
0
crates/setup/src/lib.rs
Normal file → Executable file
0
crates/setup/src/lib.rs
Normal file → Executable file
0
crates/state/Cargo.toml
Normal file → Executable file
0
crates/state/Cargo.toml
Normal file → Executable file
0
crates/state/src/lib.rs
Normal file → Executable file
0
crates/state/src/lib.rs
Normal file → Executable file
0
crates/ui/Cargo.toml
Normal file → Executable file
0
crates/ui/Cargo.toml
Normal file → Executable file
0
crates/ui/src/lib.rs
Normal file → Executable file
0
crates/ui/src/lib.rs
Normal file → Executable file
0
crates/ui_debug/Cargo.toml
Normal file → Executable file
0
crates/ui_debug/Cargo.toml
Normal file → Executable file
0
crates/ui_debug/src/lib.rs
Normal file → Executable file
0
crates/ui_debug/src/lib.rs
Normal file → Executable file
0
crates/ui_pause/Cargo.toml
Normal file → Executable file
0
crates/ui_pause/Cargo.toml
Normal file → Executable file
0
crates/ui_pause/src/lib.rs
Normal file → Executable file
0
crates/ui_pause/src/lib.rs
Normal file → Executable file
0
crates/ui_state/Cargo.toml
Normal file → Executable file
0
crates/ui_state/Cargo.toml
Normal file → Executable file
0
crates/ui_state/src/lib.rs
Normal file → Executable file
0
crates/ui_state/src/lib.rs
Normal file → Executable file
0
src/main.rs
Normal file → Executable file
0
src/main.rs
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue