Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ohj1ht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
tslahtin
ohj1ht
Commits
d99535e5
Commit
d99535e5
authored
11 months ago
by
Lahtinen Thomas
Browse files
Options
Downloads
Plain Diff
toimiikotääplease
parents
5486ae7a
1d561fb9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
HT/HT/HT.cs
+15
-0
15 additions, 0 deletions
HT/HT/HT.cs
with
15 additions
and
0 deletions
HT/HT/HT.cs
+
15
−
0
View file @
d99535e5
...
...
@@ -144,6 +144,16 @@ public class Ht : PhysicsGame
LuoVihollinen
(
_vihollistenSijainnit
[
randomIndex
]);
}
}
if
(
_pisteLaskuri
.
Value
>=
250
)
{
MultiSelectWindow
valikko
=
new
MultiSelectWindow
(
"Voitit pelin!"
,
"Aloita uusi peli"
,
"Lopeta"
);
valikko
.
ItemSelected
+=
PainettiinValikonNappia
;
Add
(
valikko
);
}
}
...
...
@@ -303,8 +313,13 @@ public class Ht : PhysicsGame
/// <summary>
/// Päähenkilö saadaan liikkumaan
/// </summary>
<<<<<<<
HEAD
/// <param name="nopeus">broidin nopeus</param>
private
void
Liikuttaa
(
Vector
nopeus
)
=======
/// <param name="nopeus">broidin nopeus</param>asad sd
void
Liikuttaa
(
Vector
nopeus
)
>>>>>>>
1d561f
b956afcf30a11d9a6ce755c73022ee1f12
{
_broidi
.
Velocity
=
nopeus
;
...
...
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