mirror of
https://github.com/lxsang/Diya-API.git
synced 2024-12-26 03:18:22 +01:00
minor changes
This commit is contained in:
parent
42aeb49947
commit
91cfa95ef7
@ -49,8 +49,8 @@ Diya2DNode >> height [
|
||||
Diya2DNode >> initialize [
|
||||
super initialize.
|
||||
translation := 0@0.
|
||||
scale := 1.0@1.0.
|
||||
rotation := 0.0.
|
||||
scale := 1@1.
|
||||
rotation := 0.
|
||||
tf := Array2D identity: 3.
|
||||
shader := Diya2DShader uniqueInstance.
|
||||
color := Color white.
|
||||
|
@ -26,7 +26,6 @@ DiyaApplicationModel >> context [
|
||||
{ #category : #initialization }
|
||||
DiyaApplicationModel >> initialize [
|
||||
super initialize.
|
||||
am := AssetManager new.
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
|
@ -8,4 +8,5 @@ Class {
|
||||
DiyaBaseApplication >> initialize [
|
||||
super initialize.
|
||||
root := Diya2DNode new.
|
||||
am := AssetManager new.
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user