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