This website requires JavaScript.
Explore
Help
Sign In
MasterGordon
/
boulder-dash
mirror of
https://github.com/MasterGordon/boulder-dash.git
Watch
1
Star
0
Fork
You've already forked boulder-dash
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
33ebdd2c8d
boulder-dash
/
src
/
actors
/
Tiles
/
Rock.cs
7 lines
115 B
C#
Raw
Blame
History
class
Rock
:
Tile
{
public
Rock
(
TileSet
tileSet
,
int
srcX
,
int
srcY
)
:
base
(
tileSet
,
srcX
,
srcY
)
{
}
}
Reference in New Issue
View Git Blame
Copy Permalink