Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jumpNrun
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Container 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
wise2023_jumpnrun
jumpNrun
Commits
bbc4a959
Commit
bbc4a959
authored
11 months ago
by
Janos
Browse files
Options
Downloads
Patches
Plain Diff
Bild für Münzen verändert und auftauchen von Vögeln
außerhalb vom Fenster entfernt
parent
3bc5679c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
images/coin2.png
+0
-0
0 additions, 0 deletions
images/coin2.png
init.c
+1
-1
1 addition, 1 deletion
init.c
rows.c
+1
-1
1 addition, 1 deletion
rows.c
with
2 additions
and
2 deletions
images/coin2.png
0 → 100644
+
0
−
0
View file @
bbc4a959
35.9 KiB
This diff is collapsed.
Click to expand it.
init.c
+
1
−
1
View file @
bbc4a959
...
@@ -107,7 +107,7 @@ int init_images(SDL_Renderer* renderer) {
...
@@ -107,7 +107,7 @@ int init_images(SDL_Renderer* renderer) {
img_finishlineDark
=
IMG_LoadTexture
(
renderer
,
"images/finishlineDark.jpg"
);
img_finishlineDark
=
IMG_LoadTexture
(
renderer
,
"images/finishlineDark.jpg"
);
img_car_trans
=
IMG_LoadTexture
(
renderer
,
"images/new_car_trans.png"
);
// Quelle: https://www.anyrgb.com/en-clipart-szoog
img_car_trans
=
IMG_LoadTexture
(
renderer
,
"images/new_car_trans.png"
);
// Quelle: https://www.anyrgb.com/en-clipart-szoog
img_carLeft_trans
=
IMG_LoadTexture
(
renderer
,
"images/new_carLeft_trans.png"
);
img_carLeft_trans
=
IMG_LoadTexture
(
renderer
,
"images/new_carLeft_trans.png"
);
img_coin
=
IMG_LoadTexture
(
renderer
,
"images/coin
.jpg"
);
img_coin
=
IMG_LoadTexture
(
renderer
,
"images/coin
2.png"
);
// Quelle: https://www.freepik.com/premium-vector/gold-coin-pixel-art_22989326.htm
img_Spielanleitung
=
IMG_LoadTexture
(
renderer
,
"images/Spielanleitung.png"
);
img_Spielanleitung
=
IMG_LoadTexture
(
renderer
,
"images/Spielanleitung.png"
);
img_trainL
=
IMG_LoadTexture
(
renderer
,
"images/trainL.png"
);
// Quelle: https://www.pinterest.de/pin/645492559082244309/
img_trainL
=
IMG_LoadTexture
(
renderer
,
"images/trainL.png"
);
// Quelle: https://www.pinterest.de/pin/645492559082244309/
img_trainR
=
IMG_LoadTexture
(
renderer
,
"images/trainR.png"
);
// Quelle: https://www.pinterest.de/pin/645492559082244309/
img_trainR
=
IMG_LoadTexture
(
renderer
,
"images/trainR.png"
);
// Quelle: https://www.pinterest.de/pin/645492559082244309/
...
...
This diff is collapsed.
Click to expand it.
rows.c
+
1
−
1
View file @
bbc4a959
...
@@ -50,7 +50,7 @@ struct Row* grass(bool dark,bool gold,int y_pos){
...
@@ -50,7 +50,7 @@ struct Row* grass(bool dark,bool gold,int y_pos){
n
->
stone
=
(
rand
()
%
9
)
*
ROW_SIZE
;
n
->
stone
=
(
rand
()
%
9
)
*
ROW_SIZE
;
n
->
bird
=
NULL
;
n
->
bird
=
NULL
;
}
else
{
}
else
{
p
=
(
rand
()
%
10
)
*
ROW_SIZE
;
p
=
(
rand
()
%
9
)
*
ROW_SIZE
;
n
->
bird
=
init_bird
(
p
,
y_pos
);
n
->
bird
=
init_bird
(
p
,
y_pos
);
n
->
stone
=
-
1
;
n
->
stone
=
-
1
;
}
}
...
...
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