Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Moving cube in Python
ahmed0saber
May 7th, 2021
74
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
from
ursina
import
*
def
update
(
)
:
cube.
x
+
=
time
.
dt
*
0.5
app
=
Ursina
(
)
cube
=
Entity
(
model
=
"cube"
,
color
=
color.
rgb
(
0
,
0
,
100
)
)
app.
run
(
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
BeFish
Lua | 8 min ago | 2.45 KB
Untitled
Python | 23 min ago | 9.21 KB
wcfm-booking-calendar-event-visibility
PHP | 1 hour ago | 2.17 KB
2.4I
Lua | 1 hour ago | 0.59 KB
2.4U
Lua | 1 hour ago | 0.69 KB
2.4
Lua | 1 hour ago | 10.93 KB
Untitled
JavaScript | 2 hours ago | 4.02 KB
Untitled
Lua | 2 hours ago | 0.74 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!