cs_router.mvc 195 B

12345678910111213141516171819
  1. Icon i1 {
  2. typeID = "Router"
  3. is_primitive = True
  4. }
  5. Rectangle r1 {
  6. x = 0
  7. y = 0
  8. width = 50
  9. height = 50
  10. }
  11. Ellipse c1 {
  12. x = 10
  13. y = 0
  14. width = 10
  15. height = 10
  16. }