mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
34 lines
570 B
Plaintext
34 lines
570 B
Plaintext
<Comment> {
|
|
"egg-texture-cards -o list_item_even.egg -g -1,1,-0.5,0.5 -p 1,30 li_ready_even.png"
|
|
}
|
|
<Texture> li_ready_even {
|
|
li_ready_even.png
|
|
}
|
|
<Group> {
|
|
<VertexPool> vpool {
|
|
<Vertex> 0 {
|
|
-1 0.5 0
|
|
<UV> { 0 1 }
|
|
}
|
|
<Vertex> 1 {
|
|
-1 -0.5 0
|
|
<UV> { 0 0 }
|
|
}
|
|
<Vertex> 2 {
|
|
1 -0.5 0
|
|
<UV> { 1 0 }
|
|
}
|
|
<Vertex> 3 {
|
|
1 0.5 0
|
|
<UV> { 1 1 }
|
|
}
|
|
}
|
|
<Group> li_ready_even {
|
|
<Polygon> {
|
|
<RGBA> { 1 1 1 1 }
|
|
<TRef> { li_ready_even }
|
|
<VertexRef> { 0 1 2 3 <Ref> { vpool } }
|
|
}
|
|
}
|
|
}
|