Răsfoiți Sursa

Update README.md

Karl Zylinski 2 luni în urmă
părinte
comite
bee796c9b8
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -52,7 +52,7 @@ This first beta does NOT have the following features, but they are planned in th
 
 ## Feedback wanted
 Here are some things I want to get feedback on during this first beta:
-- Is the `k2.new_frame()` concept OK? I was thinking of merging `new_frame()` and `process_events()`,
+- Is the `k2.new_frame()` concept OK? It sets the "frame time" and clears some frame-specific state. I was thinking of merging `new_frame()` and `process_events()`,
   but something tells me that some people may want to move their event processing around. Initially
   I was toying with the idea to have the user use `core:time` and figure out `dt` etc themselves,
   but that was not good for first-user experience.