Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Paris8 Rust
The Binding of Tetris
Commits
27426eb9
Commit
27426eb9
authored
Dec 11, 2020
by
nouhmaster
💬
Browse files
test branch
parent
e046be8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.rs
View file @
27426eb9
...
...
@@ -15,7 +15,7 @@ pub struct App {
}
impl
App
{
fn
render
(
&
mut
self
,
args
:
&
RenderArgs
)
{
fn
render
(
&
mut
self
,
args
:
&
RenderArgs
)
{
//test nouh master
use
graphics
::
*
;
const
GREEN
:
[
f32
;
4
]
=
[
0.0
,
1.0
,
0.0
,
1.0
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment