mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 13:15:53 +12:00
Implement pac-man-ing
This commit is contained in:
parent
cfdea72b6c
commit
02876ec2b4
2 changed files with 12 additions and 6 deletions
|
@ -242,9 +242,6 @@ namespace HISP.Player
|
|||
}
|
||||
set
|
||||
{
|
||||
if (value > Map.Width)
|
||||
value = Map.Width;
|
||||
|
||||
Database.SetPlayerX(value, Id);
|
||||
x = value;
|
||||
}
|
||||
|
@ -258,8 +255,6 @@ namespace HISP.Player
|
|||
}
|
||||
set
|
||||
{
|
||||
if (value > Map.Height)
|
||||
value = Map.Height;
|
||||
Database.SetPlayerY(value, Id);
|
||||
y = value;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue