Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Ruemena/RueI into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
LolaLollipop committed Nov 17, 2023
2 parents 8f39c71 + fb764cd commit 41ba8c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RueI/docs.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8" ?>
<docs>
<members name="display">
<Display>
Expand All @@ -9,7 +9,7 @@

SetElement helloElem = new(300, zIndex: 10, "hello").AddTo(display);
SetElement worldElem = new(250, zIndex: 10, "world").AddTo(display);
display.Add(helloElem, worldElem);
display.Elements.Add(helloElem, worldElem);

display.Update(); // Update the display
</code>
Expand Down

0 comments on commit 41ba8c8

Please sign in to comment.