Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FirefighterStarter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
OUALAN Yanis
FirefighterStarter
Commits
b2a462a8
Commit
b2a462a8
authored
6 months ago
by
Yanis OUALAN
Browse files
Options
Downloads
Patches
Plain Diff
Fix problème permissions gradlew
parent
728080b2
Branches
main
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
gradlew
+0
-0
0 additions, 0 deletions
gradlew
src/main/java/view/FirefighterGrid.java
+14
-13
14 additions, 13 deletions
src/main/java/view/FirefighterGrid.java
with
14 additions
and
13 deletions
gradlew
100644 → 100755
+
0
−
0
View file @
b2a462a8
File mode changed from 100644 to 100755
This diff is collapsed.
Click to expand it.
src/main/java/view/FirefighterGrid.java
+
14
−
13
View file @
b2a462a8
...
...
@@ -12,6 +12,7 @@ public class FirefighterGrid extends Canvas implements Grid<ViewElement>{
private
void
paintElementAtPosition
(
ViewElement
element
,
Position
position
)
{
paintBox
(
position
.
x
(),
position
.
y
(),
element
.
getColor
());
}
private
int
boxWidth
;
private
int
boxHeight
;
private
int
columnCount
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment