Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
esimerkit
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
tie
ohj1
2023s
esimerkit
Commits
b51f4694
Commit
b51f4694
authored
1 year ago
by
Vesa Lappalainen
Browse files
Options
Downloads
Patches
Plain Diff
varoituksia pois ElaimetPerimalla
parent
77f80f9b
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
luennot/luento16/HangryDog/Luokat.cs
+2
-4
2 additions, 4 deletions
luennot/luento16/HangryDog/Luokat.cs
with
2 additions
and
4 deletions
luennot/luento16/HangryDog/Luokat.cs
+
2
−
4
View file @
b51f4694
...
...
@@ -30,9 +30,8 @@ public class Efektit
public
class
Syotava
:
PhysicsObject
{
public
Syotava
(
PhysicsGame
peli
,
double
w
,
Vector
p
,
string
tunniste
,
int
elinaika
)
:
base
(
w
,
w
)
:
base
(
w
,
w
,
p
.
X
,
p
.
Y
)
{
this
.
Position
=
p
;
this
.
Image
=
Game
.
LoadImage
(
tunniste
);
this
.
Height
=
this
.
Width
*
this
.
Image
.
Height
/
this
.
Image
.
Width
;
peli
.
Add
(
this
);
...
...
@@ -70,9 +69,8 @@ public class Elain : PhysicsObject // PlatformCharacter
private
bool
vasen
;
public
Elain
(
PhysicsGame
peli
,
double
w
,
Vector
p
,
string
nimi
,
string
tunniste
)
:
base
(
w
,
w
)
:
base
(
w
,
w
,
p
.
X
,
p
.
Y
)
{
this
.
Position
=
p
;
this
.
Image
=
Game
.
LoadImage
(
tunniste
);
this
.
Tag
=
tunniste
;
this
.
Height
=
this
.
Width
*
this
.
Image
.
Height
/
this
.
Image
.
Width
;
...
...
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