Upload files to "/"
This commit is contained in:
parent
d2daaa17db
commit
ca3868946f
19
gml_Object_room_settings_Create_0.gml
Normal file
19
gml_Object_room_settings_Create_0.gml
Normal file
@ -0,0 +1,19 @@
|
||||
if (room == jill_room)
|
||||
{
|
||||
x = 306
|
||||
y = 320
|
||||
}
|
||||
else if (room == codec_room)
|
||||
{
|
||||
x = 412
|
||||
y = 305
|
||||
}
|
||||
else if (room == sunday1)
|
||||
{
|
||||
x = 40
|
||||
y = 325
|
||||
}
|
||||
image_alpha = 0
|
||||
image_xscale = 0.8
|
||||
hover = 0
|
||||
hoversound = 0
|
Loading…
Reference in New Issue
Block a user