change back to Celeste-like camera resolution
GitOrigin-RevId: 5b245ec8c0b6744eec670c8d76edd78087bcf328
This commit is contained in:
parent
523d1b519d
commit
59764cbbbd
@ -4,7 +4,7 @@ using System.Text;
|
|||||||
|
|
||||||
namespace Jumpy {
|
namespace Jumpy {
|
||||||
class Camera {
|
class Camera {
|
||||||
public const int Width = (int) (320 * 1.5);
|
public const int Width = (int) (320 * 1.0);
|
||||||
public const int Height = (int) (180 * 1.5);
|
public const int Height = (int) (180 * 1.0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user