Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
PhaseShifter
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GameDevWeek
S
Sommersemester 2019
Cpp
PhaseShifter
Commits
536f094b
Commit
536f094b
authored
Sep 21, 2019
by
Kevin Balz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove first few beats where you cant hear a beat
parent
67c7b301
Pipeline
#3377
passed with stage
in 8 minutes and 47 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
14 deletions
+1
-14
assets/game_assets/music/pulse.txt
assets/game_assets/music/pulse.txt
+0
-13
src/ui/hud_system.cpp
src/ui/hud_system.cpp
+1
-1
No files found.
assets/game_assets/music/pulse.txt
View file @
536f094b
1.834376418:
2.275555557:
2.728344672:
3.215963720:
3.552653062:
3.900952382:
4.237641724:
4.597551021:
5.050340137:
5.503129253:
5.979138323:
6.431927439:
6.884716554:
7.349115647:
7.825124718:
8.277913833:
...
...
src/ui/hud_system.cpp
View file @
536f094b
...
...
@@ -17,7 +17,7 @@ namespace phase_shifter::ui {
constexpr
auto
bar_height
=
80
;
constexpr
auto
beat_bar_height
=
79
;
constexpr
auto
bar_speed
=
100
;
constexpr
auto
beat_bar_length
=
3
00.0
f
;
constexpr
auto
beat_bar_length
=
6
00.0
f
;
}
// namespace
Hud_system
::
Hud_system
(
mirrage
::
gui
::
Gui
&
gui
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment