Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tome
Tales of MajEyal
Merge requests
!248
More fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
More fixes
edge2054/t-engine4:more_fixes
into
tome-1.3
Overview
0
Commits
25
Pipelines
0
Changes
Closed
Eric Wykoff
requested to merge
edge2054/t-engine4:more_fixes
into
tome-1.3
10 years ago
Overview
0
Commits
25
Pipelines
0
Changes
-
Expand
fixes for 1.3
0
0
Merge request reports
Compare
tome-1.3
tome-1.3 (base)
and
latest version
latest version
b0bceaf4
25 commits,
10 years ago
+
51
−
34
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
Search (e.g. *.vue) (Ctrl+P)
game/engines/default/engine/ui/Gestures.lua
+
1
−
1
Options
@@ -240,7 +240,7 @@ function _M:update()
end
function _M:display(display_x, display_y, nb_keyframes)
if config.settings.hide_gestures then return end
if config.settings.hide_gestures
or not nb_keyframes
then return end
local intensity = 0.6
if self.gestures[self.gesture] then intensity = 1 end
Loading