This commit is contained in:
Tony Garnock-Jones 2023-01-10 15:37:55 +01:00
parent feb595cb55
commit e92e656928
4 changed files with 20 additions and 7 deletions

View File

@ -40,11 +40,15 @@
<move <v 2.0 -0.25 0.0> <box>>
]>>>>>
<Exit "zball" "other">
<sprite "zball"
<move <v 0.0 1.5 30.0>
<texture ["textures/oak-herringbone-5e80fb40b00c9-1200.jpg"]
<touchable <sphere>>>>>
<Exit "door" "other">
<sprite "door"
<move <v -3.0 0.0 1.5>
<rotate <v 0.0 -0.1 0.0> [
<scale <v 1.0 2.11 1.0>
<texture ["textures/door1.jpg"]
<touchable <move <v 0.0 0.5 0.0> <plane>>>>>
<scale <v 1.0 2.11 0.1> <move <v 0.0 0.5 0.6> <box>>>
]>>>
<sprite "plans"
<texture ["plans/signal-2022-12-27-125451_002.jpeg"]

View File

@ -1,4 +1,5 @@
<sprite "light" <hemispheric-light <v 0.1 1.0 0.0>>>
<gravity <v 0.0 -9.81 0.0>>
<sprite "ground2"
<texture ["textures/oak-herringbone-5e80fb40b00c9-1200.jpg"
@ -6,5 +7,12 @@
<v 0.0 0.0>]
<floor <ground <v 300.0 300.0>>>>>
<Exit "home" "lobby" <v 0.0 15.0 4.0>>
<sprite "home" <move <v 0.0 1.5 5.0> <color 1.0 0.0 0.0 <touchable <sphere>>>>>
<Exit "home" "lobby" <v -2.5 1.6 0.5>>
<sprite "home"
<move <v 0.0 0.0 -2.0>
<rotate <v 0.0 -0.5 0.0> [
<scale <v 1.0 2.11 1.0>
<texture ["textures/door1.jpg"]
<touchable <move <v 0.0 0.5 0.0> <plane>>>>>
<scale <v 1.0 2.11 0.1> <move <v 0.0 0.5 0.6> <box>>>
]>>>

1
textures/README.md Normal file
View File

@ -0,0 +1 @@
door1.jpg: based on https://commons.wikimedia.org/wiki/File:Simple_door_inside_the_BCR_Headquarters_Building,_in_Bucharest_%28Romania%29.jpg, CC-SA 4.0

BIN
textures/door1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB